Home
last modified time | relevance | path

Searched refs:GetMediaType (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/dshow/
H A DMpegac.h112 HRESULT GetMediaType (int iPosition, CMediaType *pMediaType);
275 HRESULT GetMediaType(int iPosition, CMediaType *pmt);
H A DMpegac.cpp750 // GetMediaType - overrideable for suggesting output pin media types
752 HRESULT CMpegAudEnc::GetMediaType(int iPosition, CMediaType *pMediaType) in GetMediaType() function in CMpegAudEnc
754 DbgLog((LOG_TRACE,1,TEXT("CMpegAudEnc::GetMediaType()"))); in GetMediaType()
756 return m_pOutput->GetMediaType(iPosition, pMediaType); in GetMediaType()
778 m_pOutput->GetMediaType(m_currentMediaTypeIndex, &cmt); in Reconnect()
1642 // cached in the CMpegAudEncOutPin::GetMediaType() call in SetMediaType()
1670 HRESULT CMpegAudEncOutPin::GetMediaType(int iPosition, CMediaType *pmt) in GetMediaType() function in CMpegAudEncOutPin

Completed in 4 milliseconds