次の方法で共有


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.
  • 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,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMediaType Class