Enum LocalVideoSourceFormatMode
Video capture format selection mode for a local video source.
Namespace: Microsoft.MixedReality.WebRTC.Unity
Assembly: cs.temp.dll.dll
Syntax
public enum LocalVideoSourceFormatMode
Fields
Name | Description |
---|---|
Automatic | Automatically select a good resolution and framerate based on the runtime detection of the device the application is running on. This currently overwrites the default WebRTC selection only on HoloLens devices. |
Manual | Manually specify a video profile unique ID and/or a kind of video profile to use, and additional optional constraints on the resolution and framerate of that profile. |