This topic has not yet been rated - Rate this topic

STRMBUF_PLAYBACK_TUNE_POLICY (Windows Embedded Compact 7)

1/23/2013

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;
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.

Header

dshow.h

Library

Strmiids.lib

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.