Previous | Next |
The WMT_STATUS enumeration type defines a range of file status information.
Syntax
typedef enum WMT_STATUS
{
WMT_ERROR = 0,
WMT_OPENED = 1
WMT_BUFFERING_START = 2,
WMT_BUFFERING_STOP = 3,
WMT_EOF = 4,
WMT_END_OF_FILE = 4,
WMT_END_OF_SEGMENT = 5,
WMT_END_OF_STREAMING = 6,
WMT_LOCATING = 7,
WMT_CONNECTING = 8,
WMT_NO_RIGHTS = 9,
WMT_MISSING_CODEC = 10
WMT_STARTED = 11,
WMT_STOPPED = 12,
WMT_CLOSED = 13,
WMT_STRIDING = 14,
WMT_TIMER = 15,
WMT_INDEX_PROGRESS = 16
};
Remarks
Developers who have used the earlier Windows Media Audio SDK should note the addition of WMT_OPENED as the second member of this type.
See Also
Previous | Next |