STRMBUF_PLAYBACK_TUNE_POLICY (Windows CE 5.0)

Send Feedback

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

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

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

DirectShow Enumerations | IStreamBufferPlayback::GetTunePolicy | IStreamBufferPlayback::SetTunePolicy

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.