Microsoft DirectX 8.1 (C++) |
The put_BandWidth method sets the bandwidth of the frequency in megahertz, usually 7 or 8.
Syntax
HRESULT put_Bandwidth(
long BandwidthVal
);
Parameters
BandwidthVal
[in] Variable of type long that specifies the bandwidth.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also