Search Results for

    / fm / liveswitch / VideoDegradationPreference

    Enumeration: VideoDegradationPreference

    fm.liveswitch.VideoDegradationPreference

    A video degradation preference.

    Table of contents

    Enumeration members

    • Automatic
    • Balanced
    • FrameRate
    • Resolution

    Enumeration members

    Automatic

    • Automatic: = 1

    Indicates a preference to automate the degradation preference based on the video type. A video type of [[fm.liveswitch.videoType.Screen]] will prefer to degrade [[fm.liveswitch.videoDegradationPreference.FrameRate]]. A video type of [[fm.liveswitch.videoType.Camera]] will prefer to degrade [[fm.liveswitch.videoDegradationPreference.Resolution]]. A video type of [[fm.liveswitch.videoType.Unknown]] will prefer a [[fm.liveswitch.videoDegradationPreference.Balanced]] approach.

    Defined in: Generated/TypeScript/fm.liveswitch/VideoDegradationPreference.ts:22


    Balanced

    • Balanced: = 2

    Indicates a preference to degrade both frame-rate and resolution together in smaller increments.

    Defined in: Generated/TypeScript/fm.liveswitch/VideoDegradationPreference.ts:30


    FrameRate

    • FrameRate: = 3

    Indicates a preference to degrade frame-rate instead of resolution.

    Defined in: Generated/TypeScript/fm.liveswitch/VideoDegradationPreference.ts:37


    Resolution

    • Resolution: = 4

    Indicates a preference to degrade resolution instead of frame-rate.

    Defined in: Generated/TypeScript/fm.liveswitch/VideoDegradationPreference.ts:44

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0