#include "dshow.h"
Go to the source code of this file.
Functions | |
DECLARE_QUERYINTERFACE (libAVEnumPins) | |
long WINAPI | libAVEnumPins_Skip (libAVEnumPins *this, unsigned long n) |
long WINAPI | libAVEnumPins_Reset (libAVEnumPins *this) |
long WINAPI | libAVEnumPins_Clone (libAVEnumPins *this, libAVEnumPins **pins) |
static int | libAVEnumPins_Setup (libAVEnumPins *this, libAVPin *pin, libAVFilter *filter) |
static int | libAVEnumPins_Cleanup (libAVEnumPins *this) |
DECLARE_QUERYINTERFACE | ( | libAVEnumPins | ) |
Definition at line 24 of file dshow_enumpins.c.
static int libAVEnumPins_Cleanup | ( | libAVEnumPins * | this | ) | [static] |
Definition at line 98 of file dshow_enumpins.c.
long WINAPI libAVEnumPins_Clone | ( | libAVEnumPins * | this, | |
libAVEnumPins ** | pins | |||
) |
Definition at line 65 of file dshow_enumpins.c.
long WINAPI libAVEnumPins_Reset | ( | libAVEnumPins * | this | ) |
Definition at line 58 of file dshow_enumpins.c.
static int libAVEnumPins_Setup | ( | libAVEnumPins * | this, | |
libAVPin * | pin, | |||
libAVFilter * | filter | |||
) | [static] |
Definition at line 80 of file dshow_enumpins.c.
long WINAPI libAVEnumPins_Skip | ( | libAVEnumPins * | this, | |
unsigned long | n | |||
) |
Definition at line 50 of file dshow_enumpins.c.