Share via


CMediaType::Format (Compact 2013)

3/26/2014

Returns a pointer to the variable-length format block of the object.

Syntax

BYTE* Format( ) const;

Parameters

None.

Return Value

Returns the format block of the object whose content is type-specific.

Remarks

If no format block has been allocated, it might return NULL.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CMediaType Class