WMT_PLAY_MODE enumeration
The WMT_PLAY_MODE enumeration type defines the playback options of the reader.
Syntax
typedef enum WMT_PLAY_MODE {
WMT_PLAY_MODE_AUTOSELECT,
WMT_PLAY_MODE_LOCAL,
WMT_PLAY_MODE_DOWNLOAD,
WMT_PLAY_MODE_STREAMING
} ;
Constants
WMT_PLAY_MODE_AUTOSELECT | The reader will select the most appropriate play mode based on the location of the content. |
WMT_PLAY_MODE_LOCAL | The reader will read files from a local storage location. |
WMT_PLAY_MODE_DOWNLOAD | The reader will download files from network locations. |
WMT_PLAY_MODE_STREAMING | The reader will stream files from network locations. |
Requirements
See also
IWMReaderAdvanced2::GetDownloadProgress
IWMReaderAdvanced2::GetPlayMode