Share via


RemotingConnectConfiguration Struct

Definition

Specifies the configuration for the remote app (Client) to initiate a remoting connection.

[System.Serializable]
public struct RemotingConnectConfiguration
[<System.Serializable>]
type RemotingConnectConfiguration = struct
Public Structure RemotingConnectConfiguration
Inheritance
RemotingConnectConfiguration
Attributes

Fields

AudioCaptureMode

Audio capture mode for audio remoting.

EnableAudio

Enable/disable audio remoting.

MaxBitrateKbps

The max bitrate in Kbps to use for the connection.

RemoteHostName

The host name or IP address of the player running in network server mode to connect to.

RemotePort

The port number of the server's handshake port.

secureConnectConfiguration

Configuration to enable secure connection.

VideoCodec

The video codec to use for the connection.

Applies to