VideoRenderMode enum

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

视频显示模式。

Constants

  • Adaptive → const VideoRenderMode

    Deprecated 该模式已废弃。

    @JsonValue(3)const VideoRenderMode(2)

  • FILL → const VideoRenderMode

    视频尺寸进行缩放和拉伸以充满显示视窗。

    @JsonValue(4)const VideoRenderMode(3)

  • Fit → const VideoRenderMode

    视频尺寸等比缩放。优先保证视频内容全部显示。因视频尺寸与显示视窗尺寸不一致造成的视窗未被填满的区域填充黑色。

    @JsonValue(2)const VideoRenderMode(1)

  • Hidden → const VideoRenderMode

    视频尺寸等比缩放。优先保证视窗被填满。因视频尺寸与显示视窗尺寸不一致而多出的视频将被截掉。

    @JsonValue(1)const VideoRenderMode(0)

  • values → const List<VideoRenderMode>

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

    const List<VideoRenderMode>

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