ITuningSpace::put_FrequencyMapping Method
The put_FrequencyMapping method creates a frequency/channel map, frequency/transponder map, or whatever other mapping from carrier frequencies to frequency identifiers is appropriate for the tuning space.
Syntax
HRESULT put_FrequencyMapping(
[in] BSTR Mapping
);
Parameters
- Mapping [in]
BSTR that contains the frequency mappings.
Return Value
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
Remarks
This method is used by the network provider to store a string that contains the frequency mappings.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008