Public Types | |
enum | |
enum | |
enum | |
Public Member Functions | |
bool | HasVideo () const |
bool | HasAudio () const |
bool | IsRGB () const |
bool | IsRGB24 () const |
bool | IsRGB32 () const |
bool | IsYUV () const |
bool | IsYUY2 () const |
bool | IsYV12 () const |
bool | IsColorSpace (int c_space) const |
bool | Is (int property) const |
bool | IsPlanar () const |
bool | IsFieldBased () const |
bool | IsParityKnown () const |
bool | IsBFF () const |
bool | IsTFF () const |
bool | IsVPlaneFirst () const |
int | BytesFromPixels (int pixels) const |
int | RowSize () const |
int | BMPSize () const |
__int64 | AudioSamplesFromFrames (__int64 frames) const |
int | FramesFromAudioSamples (__int64 samples) const |
__int64 | AudioSamplesFromBytes (__int64 bytes) const |
__int64 | BytesFromAudioSamples (__int64 samples) const |
int | AudioChannels () const |
int | SampleType () const |
int | SamplesPerSecond () const |
int | BytesPerAudioSample () const |
void | SetFieldBased (bool isfieldbased) |
void | Set (int property) |
void | Clear (int property) |
int | BitsPerPixel () const |
int | BytesPerChannelSample () const |
void | SetFPS (unsigned numerator, unsigned denominator) |
Public Attributes | |
int | width |
int | height |
unsigned | fps_numerator |
unsigned | fps_denominator |
int | num_frames |
int | pixel_type |
int | audio_samples_per_second |
int | sample_type |
__int64 | num_audio_samples |
int | nchannels |
int | image_type |
Definition at line 1100 of file plugins.cpp.