Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IDigitalCableLocator::put_OriginalPhysicalChannel
The put_OriginalPhysicalChannel method specifies the original physical channel number.
Syntax
HRESULT put_OriginalPhysicalChannel( long PhysicalChannel );
Parameters
PhysicalChannel
[in] Specifies the original physical channel number.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also