Enum PeerConnection.VideoProfileKind
Kind of video profile. This corresponds to the
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public enum VideoProfileKind : int
Fields
| Name | Description |
|---|---|
| BalancedVideoAndPhoto | Balanced video profile to capture both videos and photos. |
| HdrWithWcgPhoto | Video profile for capturing photos with High Dynamic Range (HDR) and Wide Color Gamut (WCG). |
| HdrWithWcgVideo | Video profile for capturing videos with High Dynamic Range (HDR) and Wide Color Gamut (WCG). |
| HighFrameRate | Video profile containing high framerate capture formats. |
| HighQualityPhoto | Video profile for high quality photo capture. |
| PhotoSequence | Video profile for capturing a sequence of photos. |
| Unspecified | Unspecified video profile kind. Used to remove any constraint on the video profile kind. |
| VariablePhotoSequence | Video profile for capturing a variable sequence of photos. |
| VideoConferencing | Video profile for video conferencing, often of lower power consumption and lower latency by deprioritizing higher resolutions. This is the recommended profile for most WebRTC applications, if supported. |
| VideoHdr8 | Video profile for capturing videos with High Dynamic Range (HDR). |
| VideoRecording | Video profile for video recording, often of higher quality and framerate at the expense of power consumption and latency. |