#include <AbstractAudioDecodeOutputPin.h>
Inheritance diagram for AbstractAudioDecodeOutputPin:
Public Member Functions | |
DECLARE_IUNKNOWN STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, void **ppv) |
AbstractAudioDecodeOutputPin (AbstractAudioDecodeFilter *inParentFilter, CCritSec *inFilterLock, CHAR *inObjectName, LPCWSTR inPinDisplayName) | |
virtual | ~AbstractAudioDecodeOutputPin (void) |
virtual HRESULT | DecideBufferSize (IMemAllocator *inAllocator, ALLOCATOR_PROPERTIES *inReqAllocProps) |
virtual HRESULT | CheckMediaType (const CMediaType *inMediaType) |
virtual bool | FillWaveFormatExBuffer (WAVEFORMATEX *inFormatBuffer)=0 |
virtual HRESULT | GetMediaType (int inPosition, CMediaType *outMediaType) |
virtual HRESULT | BreakConnect (void) |
virtual HRESULT | CompleteConnect (IPin *inReceivePin) |
virtual HRESULT | DeliverNewSegment (REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate) |
virtual HRESULT | DeliverEndOfStream (void) |
virtual HRESULT | DeliverEndFlush (void) |
virtual HRESULT | DeliverBeginFlush (void) |
bool | SetDelegate (IMediaSeeking *inDelegate) |
bool | ReleaseDelegate () |
virtual STDMETHODIMP | GetCapabilities (DWORD *pCapabilities) |
virtual STDMETHODIMP | CheckCapabilities (DWORD *pCapabilities) |
virtual STDMETHODIMP | IsFormatSupported (const GUID *pFormat) |
virtual STDMETHODIMP | QueryPreferredFormat (GUID *pFormat) |
virtual STDMETHODIMP | SetTimeFormat (const GUID *pFormat) |
virtual STDMETHODIMP | GetTimeFormat (GUID *pFormat) |
virtual STDMETHODIMP | GetDuration (LONGLONG *pDuration) |
virtual STDMETHODIMP | GetStopPosition (LONGLONG *pStop) |
virtual STDMETHODIMP | GetCurrentPosition (LONGLONG *pCurrent) |
virtual STDMETHODIMP | ConvertTimeFormat (LONGLONG *pTarget, const GUID *pTargetFormat, LONGLONG Source, const GUID *pSourceFormat) |
virtual STDMETHODIMP | SetPositions (LONGLONG *pCurrent, DWORD dwCurrentFlags, LONGLONG *pStop, DWORD dwStopFlags) |
virtual STDMETHODIMP | GetPositions (LONGLONG *pCurrent, LONGLONG *pStop) |
virtual STDMETHODIMP | GetAvailable (LONGLONG *pEarliest, LONGLONG *pLatest) |
virtual STDMETHODIMP | SetRate (double dRate) |
virtual STDMETHODIMP | GetRate (double *dRate) |
virtual STDMETHODIMP | GetPreroll (LONGLONG *pllPreroll) |
virtual STDMETHODIMP | IsUsingTimeFormat (const GUID *pFormat) |
Public Attributes | |
COutputQueue * | mDataQueue |
Protected Member Functions | |
void | FillMediaType (CMediaType *inMediaType) |
Protected Attributes | |
HRESULT | mHR |
AbstractAudioDecodeFilter * | mParentFilter |
IMediaSeeking * | mSeekDelegate |
DWORD | mSeekingCap |
Static Protected Attributes | |
const int | BUFF_SIZE = 65536 |
const int | BUFF_COUNT = 5 |
|
Definition at line 35 of file AbstractAudioDecodeOutputPin.cpp. |
|
Definition at line 43 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue, and BasicSeekable::ReleaseDelegate(). |
Here is the call graph for this function:
|
Definition at line 200 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue, and BasicSeekable::ReleaseDelegate(). |
Here is the call graph for this function:
|
Definition at line 91 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 117 of file AbstractAudioDecodeOutputPin.cpp. |
|
Definition at line 179 of file AbstractAudioDecodeOutputPin.cpp. References FALSE, mDataQueue, AbstractAudioDecodeFilter::mInputPin, mParentFilter, AbstractAudioDecodeInputPin::NonDelegatingQueryInterface(), BasicSeekable::SetDelegate(), and TRUE. |
Here is the call graph for this function:
|
Definition at line 212 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 60 of file AbstractAudioDecodeOutputPin.cpp. |
|
Definition at line 170 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue. Referenced by AbstractAudioDecodeInputPin::BeginFlush(). |
|
Definition at line 163 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue. Referenced by AbstractAudioDecodeInputPin::EndFlush(). |
|
Definition at line 157 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue. Referenced by AbstractAudioDecodeInputPin::EndOfStream(). |
|
Definition at line 152 of file AbstractAudioDecodeOutputPin.cpp. References mDataQueue. Referenced by AbstractAudioDecodeInputPin::NewSegment(). |
|
Definition at line 128 of file AbstractAudioDecodeOutputPin.cpp. References FALSE. Referenced by GetMediaType(). |
|
Referenced by GetMediaType(). |
|
Definition at line 251 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 63 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 200 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 177 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 136 of file AbstractAudioDecodeOutputPin.cpp. References FillMediaType(), and FillWaveFormatExBuffer(). |
Here is the call graph for this function:
|
Definition at line 240 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 282 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 272 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 189 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 167 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 116 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 292 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 50 of file AbstractAudioDecodeOutputPin.cpp. |
|
Definition at line 137 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 41 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. Referenced by AbstractVideoDecodeOutputPin::BreakConnect(), AbstractVideoDecodeInputPin::BreakConnect(), BreakConnect(), AbstractAudioDecodeInputPin::BreakConnect(), and ~AbstractAudioDecodeOutputPin(). |
|
|
Definition at line 223 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 261 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 155 of file BasicSeekable.cpp. References BasicSeekable::mSeekDelegate. |
|
Definition at line 74 of file AbstractAudioDecodeOutputPin.h. |
|
Definition at line 73 of file AbstractAudioDecodeOutputPin.h. |
|
Definition at line 65 of file AbstractAudioDecodeOutputPin.h. Referenced by BreakConnect(), CompleteConnect(), DeliverBeginFlush(), DeliverEndFlush(), DeliverEndOfStream(), DeliverNewSegment(), and ~AbstractAudioDecodeOutputPin(). |
|
Reimplemented from BasicSeekable. Definition at line 67 of file AbstractAudioDecodeOutputPin.h. |
|
Definition at line 68 of file AbstractAudioDecodeOutputPin.h. Referenced by CompleteConnect(). |
|
|
Definition at line 47 of file BasicSeekable.h. Referenced by BasicSeekable::BasicSeekable(). |