TransportSettings (Compact 7)

3/12/2014

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.

Requirements

Header

av_upnp.h

Library

Av_upnp.lib

See Also

Reference

UPnP AV Structures
IAVTransport::GetTransportSettings
PlayMode