CMediaType::CMediaType

Constructs a CMediaType object.

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 Values

No return value.

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.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.