CTransformInputPin::CurrentMediaType
Microsoft DirectShow 9.0 |
CTransformInputPin::CurrentMediaType
The CurrentMediaType method retrieves the media type for the current pin connection.
Syntax
CMediaType& CurrentMediaType(void);
Return Value
Returns a reference to the CBasePin::m_mt member variable.
Requirements
** Header:** Declared in Transfrm.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also