IDVBTLocator::put_Bandwidth
Microsoft DirectShow 9.0 |
IDVBTLocator::put_Bandwidth
The put_BandWidth method sets the bandwidth of the frequency.
Syntax
HRESULT put_Bandwidth( long BandwidthVal );
Parameters
BandwidthVal
[in] Specifies the bandwidth, in megahertz (MHz). The value should be taken from the bandwidth field in the terrestrial delivery system descriptor.
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