|
int | ref |
|
DFBVideoProviderStatus | status |
|
DFBVideoProviderPlaybackFlags | flags |
|
double | speed |
|
float | volume |
|
u16 | brightness |
|
u16 | contrast |
|
u16 | saturation |
|
IDirectFBDataBuffer * | buffer |
|
bool | seekable |
|
void * | iobuf |
|
ByteIOContext | pb |
|
AVFormatContext * | context |
|
s64 | start_time |
|
struct { |
DirectThread * thread |
|
pthread_mutex_t lock |
|
bool buffering |
|
bool seeked |
|
s64 seek_time |
|
int seek_flag |
|
} | input |
|
struct { |
DirectThread * thread |
|
pthread_mutex_t lock |
|
pthread_cond_t cond |
|
AVStream * st |
|
AVCodecContext * ctx |
|
AVCodec * codec |
|
PacketQueue queue |
|
s64 pts |
|
double rate |
|
bool seeked |
|
IDirectFBSurface * dest |
|
DFBRectangle rect |
|
AVFrame * src_frame |
|
DVCColormap * colormap |
|
} | video |
|
struct { |
DirectThread * thread |
|
pthread_mutex_t lock |
|
pthread_cond_t cond |
|
AVStream * st |
|
AVCodecContext * ctx |
|
AVCodec * codec |
|
PacketQueue queue |
|
s64 pts |
|
bool seeked |
|
IFusionSound * sound |
|
IFusionSoundStream * stream |
|
IFusionSoundPlayback * playback |
|
int sample_size |
|
int sample_rate |
|
int buffer_size |
|
} | audio |
|
ISurface * | surface |
|
DVFrameCallback | callback |
|
void * | ctx |
|
The documentation for this struct was generated from the following file: