CMediaType::SetSubtype

 
Microsoft DirectShow 9.0

CMediaType::SetSubtype

The SetSubtype method specifies the subtype.

Syntax

  void SetSubtype(
    const GUID *psubtype
);

Parameters

psubtype

Pointer to a GUID that specifies the subtype.

Requirements

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

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

See Also