|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dshow.h>#include <ks.h>#include <ksproxy.h>#include <ksmedia.h>#include <stdio.h>#include <wchar.h>#include <tchar.h>#include <uuids.h>#include <bdatypes.h>#include <bdaiface.h>#include <bdamedia.h>#include <assert.h>

Go to the source code of this file.
Classes | |
| struct | INTERFACE_TABLE |
Macros | |
| #define | BDAPLGIN_TRACE |
| #define | BUILDING_KS |
| #define | _KSDDK_ |
| #define | __STREAMS__ |
Typedefs | |
| typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE) (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Functions | |
| IClassFactory * | CClassFactory_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, IID *riidInst) |
| HRESULT WINAPI | CBDADeviceControl_fnConstructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CBDAPinControl_fnConstructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CControlNode_fnConstructor (IBaseFilter *pFilter, ULONG NodeType, ULONG PinId, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CBDAFrequencyFilter_fnConstructor (IKsPropertySet *pProperty, ULONG NodeId, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CBDASignalStatistics_fnConstructor (IKsPropertySet *pProperty, ULONG NodeId, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CBDALNBInfo_fnConstructor (IKsPropertySet *pProperty, ULONG NodeId, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | CBDADigitalDemodulator_fnConstructor (IKsPropertySet *pProperty, ULONG NodeId, REFIID riid, LPVOID *ppv) |
Variables | |
| const GUID | IID_IKsObject |
Definition at line 495 of file devicecontrol.cpp.
| HRESULT WINAPI CBDADigitalDemodulator_fnConstructor | ( | IKsPropertySet * | pProperty, |
| ULONG | NodeId, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 312 of file digitaldemo.cpp.
Referenced by CControlNode::QueryInterface().
| HRESULT WINAPI CBDAFrequencyFilter_fnConstructor | ( | IKsPropertySet * | pProperty, |
| ULONG | NodeId, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 260 of file frequencyfilter.cpp.
Referenced by CControlNode::QueryInterface().
| HRESULT WINAPI CBDALNBInfo_fnConstructor | ( | IKsPropertySet * | pProperty, |
| ULONG | NodeId, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 181 of file lnbinfo.cpp.
Referenced by CControlNode::QueryInterface().
Definition at line 236 of file pincontrol.cpp.
| HRESULT WINAPI CBDASignalStatistics_fnConstructor | ( | IKsPropertySet * | pProperty, |
| ULONG | NodeId, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 265 of file signalstatistics.cpp.
Referenced by CControlNode::QueryInterface().
| IClassFactory * CClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
| PLONG | pcRefDll, | ||
| IID * | riidInst | ||
| ) |
Definition at line 91 of file classfactory.cpp.
| HRESULT WINAPI CControlNode_fnConstructor | ( | IBaseFilter * | pFilter, |
| ULONG | NodeType, | ||
| ULONG | PinId, | ||
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 92 of file controlnode.cpp.
Referenced by CBDADeviceControl::GetControlNode().
Definition at line 12 of file devicecontrol.cpp.