TransportSettings (Windows Embedded CE 6.0)
1/6/2010
This structure contains information about the current settings of the AVTransport service instance.
Syntax
struct TransportSettings
{
wstring
strPlayMode
;
wstring
strRecQualityMode
;
};
Members
- strPlayMode
Current play mode. Contains one of the PlayMode constants. Corresponds to the CurrentPlayMode state variable.
- strRecQualityMode
Current record mode. Corresponds to the CurrentRecordQualityMode state variable.
Remarks
You can retrieve information about the current settings using IAVTransport::GetTransportSettings.
The members of this structure correspond to OUT parameters in the AVTransport service's GetTransportSettings action.
For more information about the actions and state variables 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
UPnP AV Structures
IAVTransport::GetTransportSettings
PlayMode
wstring class (UPnP AV)