TransportState (Windows CE 5.0)
These constants represent the state of a transport instance. For example, the transport might be stopped, playing, and so on.
const LPCWSTR Stopped = L"STOPPED", Playing = L"PLAYING", Transitioning = L"TRANSITIONING", PausedPlayback = L"PAUSED_PLAYBACK", PausedRecording = L"PAUSED_RECORDING", Recording = L"RECORDING", NoMedia = L"NO_MEDIA_PRESENT";
Remarks
The strings represented by these constants are valid values for the AVTransport service's TransportState state variable.
You can retrieve the current transport state as part of the TransportInfo structure using IAVTransport::GetTransportInfo.
For more information about the state variables and valid values defined by the UPnP AV DCP, see UPnP AV DCP Documentation.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp::TransportState.
See Also
AV String Constants | IAVTransport::GetTransportInfo | TransportInfo
Send Feedback on this topic to the authors