Share via


STRMBUF_PLAYBACK_TUNE_POLICY (Windows Embedded CE 6.0)

1/6/2010

Elements of this enumeration identify tuning policies during playback in DVR applications.

Syntax

typedef enum STRMBUF_PLAYBACK_TUNE_POLICY   {
  STRMBUF_PLAYBACK_TUNE_FLUSH_AND_GO_TO_LIVE,
  STRMBUF_PLAYBACK_TUNE_IGNORED
} STRMBUF_PLAYBACK_TUNE_POLICY;

Elements

  • STRMBUF_PLAYBACK_TUNE_FLUSH_AND_GO_TO_LIVE
    Indicates the application can flush the capture graph and go to live TV.
  • STRMBUF_PLAYBACK_TUNE_IGNORED
    Indicates that the application can ignore requests to switch to live TV.

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

See Also

Reference

DirectShow Enumerations
IStreamBufferPlayback::GetTunePolicy
IStreamBufferPlayback::SetTunePolicy