#include "dshow_capture.h"
Go to the source code of this file.
Defines | |
#define | NO_DSHOW_STRSAFE |
Functions | |
DECLARE_QUERYINTERFACE (libAVFilter) | |
long WINAPI | libAVFilter_Stop (libAVFilter *this) |
long WINAPI | libAVFilter_Pause (libAVFilter *this) |
long WINAPI | libAVFilter_Run (libAVFilter *this, REFERENCE_TIME start) |
long WINAPI | libAVFilter_GetState (libAVFilter *this, DWORD ms, FILTER_STATE *state) |
long WINAPI | libAVFilter_SetSyncSource (libAVFilter *this, IReferenceClock *clock) |
long WINAPI | libAVFilter_GetSyncSource (libAVFilter *this, IReferenceClock **clock) |
long WINAPI | libAVFilter_EnumPins (libAVFilter *this, IEnumPins **enumpin) |
long WINAPI | libAVFilter_FindPin (libAVFilter *this, const wchar_t *id, IPin **pin) |
long WINAPI | libAVFilter_QueryFilterInfo (libAVFilter *this, FILTER_INFO *info) |
long WINAPI | libAVFilter_JoinFilterGraph (libAVFilter *this, IFilterGraph *graph, const wchar_t *name) |
long WINAPI | libAVFilter_QueryVendorInfo (libAVFilter *this, wchar_t **info) |
static int | libAVFilter_Setup (libAVFilter *this, void *priv_data, void *callback, enum dshowDeviceType type) |
static int | libAVFilter_Cleanup (libAVFilter *this) |
#define NO_DSHOW_STRSAFE |
Definition at line 22 of file dshow_filter.c.
DECLARE_QUERYINTERFACE | ( | libAVFilter | ) |
Definition at line 25 of file dshow_filter.c.
static int libAVFilter_Cleanup | ( | libAVFilter * | this | ) | [static] |
Definition at line 196 of file dshow_filter.c.
long WINAPI libAVFilter_EnumPins | ( | libAVFilter * | this, | |
IEnumPins ** | enumpin | |||
) |
Definition at line 97 of file dshow_filter.c.
long WINAPI libAVFilter_FindPin | ( | libAVFilter * | this, | |
const wchar_t * | id, | |||
IPin ** | pin | |||
) |
Definition at line 112 of file dshow_filter.c.
long WINAPI libAVFilter_GetState | ( | libAVFilter * | this, | |
DWORD | ms, | |||
FILTER_STATE * | state | |||
) |
Definition at line 60 of file dshow_filter.c.
long WINAPI libAVFilter_GetSyncSource | ( | libAVFilter * | this, | |
IReferenceClock ** | clock | |||
) |
Definition at line 84 of file dshow_filter.c.
long WINAPI libAVFilter_JoinFilterGraph | ( | libAVFilter * | this, | |
IFilterGraph * | graph, | |||
const wchar_t * | name | |||
) |
Definition at line 143 of file dshow_filter.c.
long WINAPI libAVFilter_Pause | ( | libAVFilter * | this | ) |
Definition at line 45 of file dshow_filter.c.
long WINAPI libAVFilter_QueryFilterInfo | ( | libAVFilter * | this, | |
FILTER_INFO * | info | |||
) |
Definition at line 130 of file dshow_filter.c.
long WINAPI libAVFilter_QueryVendorInfo | ( | libAVFilter * | this, | |
wchar_t ** | info | |||
) |
Definition at line 155 of file dshow_filter.c.
long WINAPI libAVFilter_Run | ( | libAVFilter * | this, | |
REFERENCE_TIME | start | |||
) |
Definition at line 52 of file dshow_filter.c.
long WINAPI libAVFilter_SetSyncSource | ( | libAVFilter * | this, | |
IReferenceClock * | clock | |||
) |
Definition at line 69 of file dshow_filter.c.
static int libAVFilter_Setup | ( | libAVFilter * | this, | |
void * | priv_data, | |||
void * | callback, | |||
enum dshowDeviceType | type | |||
) | [static] |
Definition at line 167 of file dshow_filter.c.
long WINAPI libAVFilter_Stop | ( | libAVFilter * | this | ) |
Definition at line 38 of file dshow_filter.c.