Share via


TransportInformation structure

Contains the current values of media playback transport-related information obtained from the DMR.

Syntax

typedef struct TransportInformation {
  TransportState  CurrentTransportState;
  TransportStatus CurrentTransportStatus;
  PlaySpeed       CurrentSpeed;
} TransportInformation;

Members

  • CurrentTransportState
    A value from the TransportState enumeration, indicating the current transport state of the DMR.

  • CurrentTransportStatus
    A value from the TransportStatus enumeration, indicating the current transport status reported by the DMR.

  • CurrentSpeed
    A PlaySpeed structure, indicating the current speed at which the DMR is playing the content, or was last playing the content.

Requirements

IDL

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