VideoCodecType enum

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

视频的编码类型。

Constants

  • E264 → const VideoCodecType

    增强 H264。

    @JsonValue(4)

    const VideoCodecType(3)

  • EVP → const VideoCodecType

    增强 VP8。

    @JsonValue(3)

    const VideoCodecType(2)

  • H264 → const VideoCodecType

    标准 H264。

    @JsonValue(2)

    const VideoCodecType(1)

  • values → const List<VideoCodecType>

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

    const List<VideoCodecType>

  • VP8 → const VideoCodecType

    标准 VP8。

    @JsonValue(1)

    const VideoCodecType(0)

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