AUDIO_ENDPOINT_SHARED_CREATE_PARAMS structure

Contains creation parameters for the endpoint used in shared mode.

Syntax

typedef struct _AUDIO_ENDPOINT_SHARED_CREATE_PARAMS {
  UINT32                u32Size;
  UINT32                u32TSSessionId;
  EndpointConnectorType  targetEndpointConnectorType;
  WAVEFORMATEX          wfxDeviceFormat;
} AUDIO_ENDPOINT_SHARED_CREATE_PARAMS, *PAUDIO_ENDPOINT_SHARED_CREATE_PARAMS;

Members

  • u32Size
    The size of this structure.

  • u32TSSessionId
    The session identifier.

  • targetEndpointConnectorType
    The type of the endpoint.

  • wfxDeviceFormat
    The format of the device that is represented by the endpoint.

Remarks

The Remote Desktop Services AudioEndpoint API is for use in Remote Desktop scenarios; it is not for client applications.

Requirements

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Audioengineendpoint.h

See also

Remote Desktop Services AudioEndpoint Structures