ICCSubStreamFiltering::get_SubstreamTypes

 
Microsoft DirectShow 9.0

ICCSubStreamFiltering::get_SubstreamTypes

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.

The get_SubstreamTypes method retrieves the list of closed captioning services this pin is delivering.

Syntax

  HRESULT get_SubstreamTypes(
    long* 
  pTypes
  
);

Parameters

pTypes

[out]  Receives a bitwise OR of flags that specify the closed captioning services. For a list of flags, see KS_CC_SUBSTREAM Constants.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

See Also