Share via


RemotingVideoCodec Enum

Definition

Describes the preferred video codec to use for the connection.

public enum RemotingVideoCodec
type RemotingVideoCodec = 
Public Enum RemotingVideoCodec
Inheritance
RemotingVideoCodec

Fields

Name Value Description
Auto 0

Represents HEVC video codec preferred, fall back to H264 if HEVC is not supported by all participants.

H265 1

Represents HEVC video codec.

H264 2

Represents H264 video codec.

Applies to