Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method sets the tuning policy in DVR applications.
Syntax
HRESULT SetTunePolicy(
STRMBUF_PLAYBACK_TUNE_POLICY eStrmbufPlaybackTunePolicy
);
Parameters
- eStrmbufPlaybackTunePolicy
[in] A STRMBUF_PLAYBACK_TUNE_POLICY value that sets the new tuning policy.
Return Value
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
| Windows Embedded CE | Windows CE 5.0 Networked Media Device Feature Pack and later |
| Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |