IDigitalCableTuneRequest::get_MajorChannel
Microsoft DirectShow 9.0 |
IDigitalCableTuneRequest::get_MajorChannel
The get_MajorChannel method retrieves the major channel number.
Syntax
HRESULT get_MajorChannel( long *pMajorChannel );
Parameters
PhysicalChannel
[out] Receives the major channel number. If the value received is BDA_UNDEFINED_CHANNEL, the major channel number is not used.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also