CMediaType::CMediaType (Compact 2013)
3/26/2014
Constructs a CMediaType object.
Syntax
CMediaType( );
CMediaType(
const GUID* majortype
);
CMediaType(
const AM_MEDIA_TYPE& mtype
);
CMediaType(
const CMediaType& cmtype
);
Parameters
- majortype
Major type GUID.
- mtype
AM_MEDIA_TYPE structure.
- cmtype
CMediaType object from which this object is constructed.
Return Value
None.
Remarks
A CMediaType object can be constructed in a number of different ways. The class provides a default constructor that takes no parameters. It can also be constructed based on an AM_MEDIA_TYPE structure or another CMediaType object. In both cases, it takes a data copy of the format block before returning.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |