ReactOS 0.4.16-dev-1020-gf135cab
|
#include <pin.h>
double PullPin::dRate |
Definition at line 86 of file pin.h.
Referenced by PullPin_Init(), and WAVEParserImpl_seek().
CLEANUPPROC PullPin::fnCleanProc |
Definition at line 84 of file pin.h.
Referenced by PullPin_Init().
REQUESTPROC PullPin::fnCustomRequest |
Definition at line 83 of file pin.h.
Referenced by PullPin_Init().
STOPPROCESSPROC PullPin::fnDone |
Definition at line 85 of file pin.h.
Referenced by PullPin_Init().
PRECONNECTPROC PullPin::fnPreConnect |
Definition at line 82 of file pin.h.
Referenced by Parser_Create(), and PullPin_Init().
QUERYACCEPTPROC PullPin::fnQueryAccept |
Definition at line 80 of file pin.h.
Referenced by PullPin_Init().
SAMPLEPROC_PULL PullPin::fnSampleProc |
Definition at line 81 of file pin.h.
Referenced by PullPin_Init().
HANDLE PullPin::hEventStateChanged |
Definition at line 97 of file pin.h.
Referenced by PullPin_Init().
HANDLE PullPin::hThread |
Definition at line 95 of file pin.h.
Referenced by PullPin_Init().
IMemAllocator* PullPin::pAlloc |
Definition at line 79 of file pin.h.
Referenced by PullPin_Init().
BasePin PullPin::pin |
Definition at line 73 of file pin.h.
Referenced by AVISplitter_seek(), MPEGSplitter_pre_connect(), Parser_Create(), PullPin_Construct(), PullPin_Init(), and WAVEParserImpl_seek().
IAsyncReader* PullPin::pReader |
Definition at line 77 of file pin.h.
Referenced by MPEGSplitter_pre_connect(), MPEGSplitter_seek(), and PullPin_Init().
IMemAllocator* PullPin::prefAlloc |
Definition at line 78 of file pin.h.
Referenced by PullPin_Init().
LPVOID PullPin::pUserData |
Definition at line 74 of file pin.h.
Referenced by PullPin_Init().
REFERENCE_TIME PullPin::rtCurrent |
Definition at line 76 of file pin.h.
Referenced by PullPin_Init(), and WAVEParserImpl_seek().
REFERENCE_TIME PullPin::rtNext |
REFERENCE_TIME PullPin::rtStart |
Definition at line 76 of file pin.h.
Referenced by PullPin_Init(), and WAVEParserImpl_seek().
REFERENCE_TIME PullPin::rtStop |
Definition at line 76 of file pin.h.
Referenced by PullPin_Init().
DWORD PullPin::state |
Definition at line 98 of file pin.h.
Referenced by PullPin_Init().
BOOL PullPin::stop_playback |
Definition at line 87 of file pin.h.
Referenced by PullPin_Init().
CRITICAL_SECTION PullPin::thread_lock |
Definition at line 94 of file pin.h.
Referenced by AVISplitter_seek(), PullPin_Init(), and WAVEParserImpl_seek().
HANDLE PullPin::thread_sleepy |
Definition at line 97 of file pin.h.
Referenced by PullPin_Init().