VideoFrameRate enum

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

视频编码的帧率。

Constants

  • Fps1 → const VideoFrameRate

    每秒钟 1 帧。

    @JsonValue(1)const VideoFrameRate(1)

  • Fps7 → const VideoFrameRate

    每秒钟 7 帧。

    @JsonValue(7)const VideoFrameRate(2)

  • Fps10 → const VideoFrameRate

    每秒钟 10 帧。

    @JsonValue(10)const VideoFrameRate(3)

  • Fps15 → const VideoFrameRate

    每秒钟 15 帧。

    @JsonValue(15)const VideoFrameRate(4)

  • Fps24 → const VideoFrameRate

    每秒钟 24 帧。

    @JsonValue(24)const VideoFrameRate(5)

  • Fps30 → const VideoFrameRate

    每秒钟 30 帧。

    @JsonValue(30)const VideoFrameRate(6)

  • Fps60 → const VideoFrameRate

    每秒钟 60 帧。(仅适用于 macOS)

    @JsonValue(60)const VideoFrameRate(7)

  • Min → const VideoFrameRate

    最低视频编码帧率(fps)。

    @JsonValue(-1)const VideoFrameRate(0)

  • values → const List<VideoFrameRate>

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

    const List<VideoFrameRate>

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