FFmpeg
|
#include "dshow_capture.h"
Go to the source code of this file.
Functions | |
DECLARE_QUERYINTERFACE (enumpins, DShowEnumPins, { {&IID_IUnknown, 0}, {&IID_IEnumPins, 0} }) | |
long WINAPI | ff_dshow_enumpins_Skip (DShowEnumPins *this, unsigned long n) |
long WINAPI | ff_dshow_enumpins_Reset (DShowEnumPins *this) |
long WINAPI | ff_dshow_enumpins_Clone (DShowEnumPins *this, DShowEnumPins **pins) |
static int | ff_dshow_enumpins_Setup (DShowEnumPins *this, DShowPin *pin, DShowFilter *filter) |
static int | ff_dshow_enumpins_Cleanup (DShowEnumPins *this) |
DECLARE_QUERYINTERFACE | ( | enumpins | , |
DShowEnumPins | , | ||
{ {&IID_IUnknown, 0}, {&IID_IEnumPins, 0} } | |||
) |
Definition at line 24 of file dshow_enumpins.c.
long WINAPI ff_dshow_enumpins_Skip | ( | DShowEnumPins * | this, |
unsigned long | n | ||
) |
Definition at line 48 of file dshow_enumpins.c.
long WINAPI ff_dshow_enumpins_Reset | ( | DShowEnumPins * | this | ) |
Definition at line 55 of file dshow_enumpins.c.
long WINAPI ff_dshow_enumpins_Clone | ( | DShowEnumPins * | this, |
DShowEnumPins ** | pins | ||
) |
Definition at line 61 of file dshow_enumpins.c.
|
static |
Definition at line 75 of file dshow_enumpins.c.
|
static |
Definition at line 92 of file dshow_enumpins.c.