VideoQualityAdaptIndication enum

最近更新时间:2022-09-20 05:17:40

自上次统计后本地视频质量的自适应情况(基于目标帧率和目标码率)。

Constants

  • AdaptDownBandwidth → const VideoQualityAdaptIndication

    因网络带宽减少,本地视频质量变差。

    @JsonValue(2)

    const VideoQualityAdaptIndication(2)

  • AdaptNone → const VideoQualityAdaptIndication

    本地视频质量不变。

    @JsonValue(0)

    const VideoQualityAdaptIndication(0)

  • AdaptUpBandwidth → const VideoQualityAdaptIndication

    因网络带宽增加,本地视频质量改善。

    @JsonValue(1)

    const VideoQualityAdaptIndication(1)

  • values → const List<VideoQualityAdaptIndication>

    A constant List of the values in this enum, in order of their declaration.

    const List<VideoQualityAdaptIndication>

Properties

  • hashCodeint

    The hash code for this object. [...]read-only, inherited

  • index → int

    The integer index of this enum.final

  • runtimeTypeType

    A representation of the runtime type of the object.read-only, inherited

Methods

Operators