IDVBTLocator::get_Bandwidth Method
The get_Bandwidth method retrieves the bandwidth of the frequency.
Syntax
HRESULT get_Bandwidth(
[out] long *pBandWidthVal
);
Parameters
- pBandWidthVal [out]
Pointer to a variable receives the bandwidth, in megahertz (MHz).
Return Value
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
The bandwidth is determined by the bandwidth field in the DVB terrestrial delivery system descriptor, as defined in EN 300 468. Valid values are 7 or 8.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008