WMT_PLAY_MODE enumeration (wmsdkidl.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The WMT_PLAY_MODE enumeration type defines the playback options of the reader.

Syntax

typedef enum WMT_PLAY_MODE {
  WMT_PLAY_MODE_AUTOSELECT = 0,
  WMT_PLAY_MODE_LOCAL = 1,
  WMT_PLAY_MODE_DOWNLOAD = 2,
  WMT_PLAY_MODE_STREAMING = 3
} ;

Constants

 
WMT_PLAY_MODE_AUTOSELECT
Value: 0
The reader will select the most appropriate play mode based on the location of the content.
WMT_PLAY_MODE_LOCAL
Value: 1
The reader will read files from a local storage location.
WMT_PLAY_MODE_DOWNLOAD
Value: 2
The reader will download files from network locations.
WMT_PLAY_MODE_STREAMING
Value: 3
The reader will stream files from network locations.

Requirements

   
Minimum supported client Windows 2000 Professional [desktop apps only],Windows Media Format 7 SDK, or later versions of the SDK
Minimum supported server Windows 2000 Server [desktop apps only]
Header wmsdkidl.h (include Wmsdk.h)

See also

Enumeration Types

IWMReaderAdvanced2::GetDownloadProgress

IWMReaderAdvanced2::GetPlayMode

IWMReaderAdvanced2::SaveFileAs

IWMReaderAdvanced2::SetPlayMode