TransportSettings (Windows CE 5.0)

Send Feedback

This structure contains information about the current settings of the AVTransport service instance.

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

OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.

See Also

UPnP AV Structures | IAVTransport::GetTransportSettings | PlayMode | wstring

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.