TransportState (Windows Embedded CE 6.0)
1/6/2010
These constants represent the state of a transport instance. For example, the transport might be stopped, playing, and so on.
Syntax
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
Header | av_upnp.h |
Library | Av_upnp.lib |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
IAVTransport::GetTransportInfo
TransportInfo