RemotingVideoCodec Enum
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.
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. |