IStreamBufferPlayback::SetTunePolicy (Windows CE 5.0)
This method sets the tuning policy in DVR applications.
HRESULT SetTunePolicy( STRMBUF_PLAYBACK_TUNE_POLICY eStrmbufPlaybackTunePolicy);
Parameters
- eStrmbufPlaybackTunePolicy
[in] A STRMBUF_PLAYBACK_TUNE_POLICY value that sets the new tuning policy.
Return Values
This method can return one of the following values.
Value | Description |
---|---|
E_FAIL | The method was unable to set the tuning policy |
E_NOTIMPL | The filter graph does not allow changes to the tuning policy. |
S_OK | The method was successful. |
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack
See Also
IStreamBufferPlayback Interface
Send Feedback on this topic to the authors