TransportState enumeration

Defines the available transport states as defined by the UPnP Guidelines.

Syntax


typedef enum _TransportState { 
  Unknown         = 0,
  Stopped         = 1,
  Playing         = 2,
  Transitioning   = 3,
  Paused          = 4,
  Recording       = 5,
  NoMediaPresent  = 6,
  Last            = 7
} TransportState;

Constants

Unknown

Erroneous device state.

Stopped

The device’s transport is in a stopped state.

Playing

The device’s transport is in a playing state.

Transitioning

The device’s transport is in a transitioning state which will result in another state value.

Paused

The device’s transport is in a paused state.

Recording

The device’s transport is in a recording state.

NoMediaPresent

The device’s transport does not have an URI set for playback.

Last

The device’s previous state to the current transport state.

Requirements

IDL

Windows.Media.Streaming.idl (reference Windows.Media.Streaming.idl)

 

 

Community Additions

ADD
Show: