WMT_STORAGE_FORMAT enumeration
The WMT_STORAGE_FORMAT enumeration type defines the file types that can be manipulated with this SDK.
Syntax
typedef enum tagWMT_STORAGE_FORMAT { WMT_Storage_Format_MP3 = 0, WMT_Storage_Format_V1 = 1 } WMT_STORAGE_FORMAT;
Constants
- WMT_Storage_Format_MP3
-
The file is encoded in MP3 format.
- WMT_Storage_Format_V1
-
The file is encoded in Windows Media Format.
Remarks
Storage format MP3 is supported for reading, but not writing.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Version | Windows Media Format 7 SDK, or later versions of the SDK |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/27/2012
