FFmpeg
Functions
dshow_enummediatypes.c File Reference
#include "dshow_capture.h"

Go to the source code of this file.

Functions

 DECLARE_QUERYINTERFACE (enummediatypes, DShowEnumMediaTypes, { {&IID_IUnknown, 0}, {&IID_IEnumMediaTypes, 0} })
 
long WINAPI ff_dshow_enummediatypes_Skip (DShowEnumMediaTypes *this, unsigned long n)
 
long WINAPI ff_dshow_enummediatypes_Reset (DShowEnumMediaTypes *this)
 
long WINAPI ff_dshow_enummediatypes_Clone (DShowEnumMediaTypes *this, DShowEnumMediaTypes **enums)
 
static int ff_dshow_enummediatypes_Setup (DShowEnumMediaTypes *this, const AM_MEDIA_TYPE *type)
 

Function Documentation

◆ DECLARE_QUERYINTERFACE()

DECLARE_QUERYINTERFACE ( enummediatypes  ,
DShowEnumMediaTypes  ,
{ {&IID_IUnknown, 0}, {&IID_IEnumMediaTypes, 0} }   
)

Definition at line 24 of file dshow_enummediatypes.c.

◆ ff_dshow_enummediatypes_Skip()

long WINAPI ff_dshow_enummediatypes_Skip ( DShowEnumMediaTypes this,
unsigned long  n 
)

Definition at line 53 of file dshow_enummediatypes.c.

◆ ff_dshow_enummediatypes_Reset()

long WINAPI ff_dshow_enummediatypes_Reset ( DShowEnumMediaTypes this)

Definition at line 60 of file dshow_enummediatypes.c.

◆ ff_dshow_enummediatypes_Clone()

long WINAPI ff_dshow_enummediatypes_Clone ( DShowEnumMediaTypes this,
DShowEnumMediaTypes **  enums 
)

Definition at line 66 of file dshow_enummediatypes.c.

◆ ff_dshow_enummediatypes_Setup()

static int ff_dshow_enummediatypes_Setup ( DShowEnumMediaTypes this,
const AM_MEDIA_TYPE *  type 
)
static

Definition at line 80 of file dshow_enummediatypes.c.