ICCSubStreamFiltering::put_SubstreamTypes

 
Microsoft DirectShow 9.0

ICCSubStreamFiltering::put_SubstreamTypes

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

The get_SubstreamTypes method sets the closed captioning services the pin will deliver.

Syntax

  HRESULT put_SubstreamTypes(
    long 
  Types
  
);

Parameters

Types

[in]  Bitwise OR of flags that specify the closed captioning services. For a list of flags, see KS_CC_SUBSTREAM Constants. Any services that are not selected are simply dropped.

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