TransportInformation structure (windows.media.streaming.h)
Contains the current values of media playback transport-related information obtained from the DMR.
Syntax
typedef struct TransportInformation {
ABI::Windows::Media::Streaming::TransportState CurrentTransportState;
ABI::Windows::Media::Streaming::TransportStatus CurrentTransportStatus;
ABI::Windows::Media::Streaming::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
Requirement | Value |
---|---|
Header | windows.media.streaming.h |