Inheritance diagram for CAudioSwitcherFilter:
Public Member Functions | |
CAudioSwitcherFilter (LPUNKNOWN lpunk, HRESULT *phr) | |
DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
HRESULT | CheckMediaType (const CMediaType *pmt) |
HRESULT | Transform (IMediaSample *pIn, IMediaSample *pOut) |
CMediaType | CreateNewOutputMediaType (CMediaType mt, long &cbBuffer) |
void | OnNewOutputMediaType (const CMediaType &mtIn, const CMediaType &mtOut) |
STDMETHODIMP | GetInputSpeakerConfig (DWORD *pdwChannelMask) |
STDMETHODIMP | GetSpeakerConfig (bool *pfCustomChannelMapping, DWORD pSpeakerToChannelMap[18][18]) |
STDMETHODIMP | SetSpeakerConfig (bool fCustomChannelMapping, DWORD pSpeakerToChannelMap[18][18]) |
STDMETHODIMP | EnableDownSamplingTo441 (bool fEnable) |
STDMETHODIMP | SetAudioTimeShift (REFERENCE_TIME rtAudioTimeShift) |
Definition at line 39 of file AudioSwitcher.h.