VTK  9.3.20240425
Public Attributes | List of all members
vtkFFMPEGVideoSourceAudioCallbackData Struct Reference

#include <vtkFFMPEGVideoSource.h>

Collaboration diagram for vtkFFMPEGVideoSourceAudioCallbackData:
[legend]

Public Attributes

int NumberOfSamples
 
int BytesPerSample
 
int NumberOfChannels
 
int SampleRate
 
int DataType
 
bool Packed
 
unsigned char ** Data
 
vtkFFMPEGVideoSourceCaller
 
void * ClientData
 

Detailed Description

Definition at line 35 of file vtkFFMPEGVideoSource.h.

Member Data Documentation

◆ NumberOfSamples

int vtkFFMPEGVideoSourceAudioCallbackData::NumberOfSamples

Definition at line 37 of file vtkFFMPEGVideoSource.h.

◆ BytesPerSample

int vtkFFMPEGVideoSourceAudioCallbackData::BytesPerSample

Definition at line 38 of file vtkFFMPEGVideoSource.h.

◆ NumberOfChannels

int vtkFFMPEGVideoSourceAudioCallbackData::NumberOfChannels

Definition at line 39 of file vtkFFMPEGVideoSource.h.

◆ SampleRate

int vtkFFMPEGVideoSourceAudioCallbackData::SampleRate

Definition at line 40 of file vtkFFMPEGVideoSource.h.

◆ DataType

int vtkFFMPEGVideoSourceAudioCallbackData::DataType

Definition at line 41 of file vtkFFMPEGVideoSource.h.

◆ Packed

bool vtkFFMPEGVideoSourceAudioCallbackData::Packed

Definition at line 42 of file vtkFFMPEGVideoSource.h.

◆ Data

unsigned char** vtkFFMPEGVideoSourceAudioCallbackData::Data

Definition at line 43 of file vtkFFMPEGVideoSource.h.

◆ Caller

vtkFFMPEGVideoSource* vtkFFMPEGVideoSourceAudioCallbackData::Caller

Definition at line 44 of file vtkFFMPEGVideoSource.h.

◆ ClientData

void* vtkFFMPEGVideoSourceAudioCallbackData::ClientData

Definition at line 45 of file vtkFFMPEGVideoSource.h.


The documentation for this struct was generated from the following file: