Share via


CMediaType::Format

 
Microsoft DirectShow 9.0

CMediaType::Format

The Format method retrieves a pointer to the format block.

Syntax

  BYTE* Format(void) const;

Return Value

Returns the pbFormat member.

Requirements

**  Header:** Declared in Mtype.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also