MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Enum VideoProfileKind

    Kind of video profile. This corresponds to the enum of the API.

    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.

    See Also
    https://docs.microsoft.com/en-us/uwp/api/windows.media.capture.knownvideoprofile
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX