Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/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 PlayModeconstants. 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
Windows Mobile Windows Mobile Version 5.0 and later

See Also