Share via


GetSubtypeName

 
Microsoft DirectShow 9.0

GetSubtypeName

The GetSubtypeName function retrieves the human-readable name of a video subtype.

Syntax

  TCHAR * GetSubtypeName(
    const GUID *pSubtype
);

Parameters

pSubtype

Pointer to a video subtype GUID.

Return Value

Returns a string containing the name.

Requirements

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

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

See Also