RemotingConnectConfiguration Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |