FFmpeg
|
#include "dshow_capture.h"
Go to the source code of this file.
Functions | |
DECLARE_QUERYINTERFACE (enummediatypes, DShowEnumMediaTypes, { {&IID_IUnknown, 0}, {&IID_IEnumMediaTypes, 0} }) | |
long | ff_dshow_enummediatypes_Skip (DShowEnumMediaTypes *this, unsigned long n) |
long | ff_dshow_enummediatypes_Reset (DShowEnumMediaTypes *this) |
long | ff_dshow_enummediatypes_Clone (DShowEnumMediaTypes *this, DShowEnumMediaTypes **enums) |
static int | ff_dshow_enummediatypes_Setup (DShowEnumMediaTypes *this, const AM_MEDIA_TYPE *type) |
DECLARE_QUERYINTERFACE | ( | enummediatypes | , |
DShowEnumMediaTypes | , | ||
{ {&IID_IUnknown, 0}, {&IID_IEnumMediaTypes, 0} } | |||
) |
Definition at line 24 of file dshow_enummediatypes.c.
long ff_dshow_enummediatypes_Skip | ( | DShowEnumMediaTypes * | this, |
unsigned long | n | ||
) |
Definition at line 53 of file dshow_enummediatypes.c.
long ff_dshow_enummediatypes_Reset | ( | DShowEnumMediaTypes * | this | ) |
Definition at line 60 of file dshow_enummediatypes.c.
long ff_dshow_enummediatypes_Clone | ( | DShowEnumMediaTypes * | this, |
DShowEnumMediaTypes ** | enums | ||
) |
Definition at line 66 of file dshow_enummediatypes.c.
|
static |
Definition at line 80 of file dshow_enummediatypes.c.