ReactOS 0.4.16-dev-1012-g3fe4b41
|
Static Public Attributes | |
static LPCWSTR | PIN_ID = L"Antenna Out" |
Protected Attributes | |
LONG | m_Ref |
IBaseFilter * | m_ParentFilter |
AM_MEDIA_TYPE | m_MediaType |
IPin * | m_Pin |
Additional Inherited Members | |
![]() | |
typedef struct IPin::_PinInfo | PIN_INFO |
![]() | |
typedef IUnknown * | LPUNKNOWN |
CPin::CPin | ( | IBaseFilter * | ParentFilter | ) |
Definition at line 70 of file pin.cpp.
HRESULT STDMETHODCALLTYPE CPin::BeginFlush | ( | void | ) |
Implements IPin.
Definition at line 296 of file pin.cpp.
HRESULT STDMETHODCALLTYPE CPin::Connect | ( | IPin * | pReceivePin, |
const AM_MEDIA_TYPE * | pmt | ||
) |
Definition at line 121 of file pin.cpp.
HRESULT STDMETHODCALLTYPE CPin::ConnectedTo | ( | IPin ** | pPin | ) |
HRESULT STDMETHODCALLTYPE CPin::ConnectionMediaType | ( | AM_MEDIA_TYPE * | pmt | ) |
HRESULT STDMETHODCALLTYPE CPin::Disconnect | ( | void | ) |
HRESULT STDMETHODCALLTYPE CPin::EndFlush | ( | void | ) |
HRESULT STDMETHODCALLTYPE CPin::EndOfStream | ( | void | ) |
HRESULT STDMETHODCALLTYPE CPin::EnumMediaTypes | ( | IEnumMediaTypes ** | ppEnum | ) |
Implements IPin.
Definition at line 259 of file pin.cpp.
HRESULT STDMETHODCALLTYPE CPin::NewSegment | ( | REFERENCE_TIME | tStart, |
REFERENCE_TIME | tStop, | ||
double | dRate | ||
) |
HRESULT STDMETHODCALLTYPE CPin::QueryAccept | ( | const AM_MEDIA_TYPE * | pmt | ) |
HRESULT STDMETHODCALLTYPE CPin::QueryDirection | ( | PIN_DIRECTION * | pPinDir | ) |
Implements IPin.
HRESULT STDMETHODCALLTYPE CPin::QueryId | ( | LPWSTR * | Id | ) |
HRESULT STDMETHODCALLTYPE CPin::QueryInterface | ( | REFIID | InterfaceId, |
PVOID * | Interface | ||
) |
Definition at line 89 of file pin.cpp.
HRESULT STDMETHODCALLTYPE CPin::QueryInternalConnections | ( | IPin ** | apPin, |
ULONG * | nPin | ||
) |
HRESULT STDMETHODCALLTYPE CPin::QueryPinInfo | ( | PIN_INFO * | pInfo | ) |
Implements IPin.
HRESULT STDMETHODCALLTYPE CPin::ReceiveConnection | ( | IPin * | pConnector, |
const AM_MEDIA_TYPE * | pmt | ||
) |
|
inline |
|
protected |
|
protected |
Definition at line 61 of file pin.cpp.
Referenced by QueryPinInfo().
|
protected |
Definition at line 63 of file pin.cpp.
Referenced by Connect(), ConnectedTo(), and Disconnect().
|
protected |
Definition at line 60 of file pin.cpp.
Referenced by STDMETHODIMP_().
|
static |
Definition at line 57 of file pin.cpp.
Referenced by QueryId(), and QueryPinInfo().