IXDSCodec::get_CCSubstreamService
Microsoft DirectShow 9.0 |
IXDSCodec::get_CCSubstreamService
This topic applies to Windows XP Service Pack 1 or later.
The get_CCSubstreamService method queries which line 21 data channels the XDS Codec filter sends to the XDSToRat object. By default, it sends just the Extended Data Services (XDS) channel.
Syntax
HRESULT get_CCSubstreamService( long *pSubstreamMask );
Parameters
pSubstreamMask
[out, retval] Receives a bitwise combination of zero or more KS_CC_SUBSTREAM flags.
Return Values
Returns an HRESULT value. Possible values include those in the following table.
Value | Description |
E_POINTER | NULL pointer argument |
S_OK | Success |
Requirements
Header: EncDec.h.
See Also