Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the available transport states as defined by the UPnP Guidelines.
Syntax
typedef enum TransportState {
TransportState_Unknown = 0,
TransportState_Stopped = 1,
TransportState_Playing = 2,
TransportState_Transitioning = 3,
TransportState_Paused = 4,
TransportState_Recording = 5,
TransportState_NoMediaPresent = 6,
TransportState_Last = 7
} ;
Constants
TransportState_Unknown Value: 0 |
TransportState_Stopped Value: 1 |
TransportState_Playing Value: 2 |
TransportState_Transitioning Value: 3 |
TransportState_Paused Value: 4 |
TransportState_Recording Value: 5 |
TransportState_NoMediaPresent Value: 6 |
TransportState_Last Value: 7 |
Requirements
Requirement | Value |
---|---|
Header | windows.media.streaming.h |