VideoCodecProfileType enum
用于旁路直播的输出视频的编码规格。
Constants
- BaseLine → const VideoCodecProfileType
-
Baseline 级别的视频编码规格,一般用于低阶或需要额外容错的应用,比如视频通话、手机视频等。
@JsonValue(66)const VideoCodecProfileType(0)
- High → const VideoCodecProfileType
-
(默认)High 级别的视频编码规格,一般用于广播及视频碟片存储,高清电视。
@JsonValue(100)const VideoCodecProfileType(2)
- Main → const VideoCodecProfileType
-
Main 级别的视频编码规格,一般用于主流消费类电子产品,如 mp4、便携的视频播放器、PSP 和 iPad 等。
@JsonValue(77)const VideoCodecProfileType(1)
-
values
→ const List<
VideoCodecProfileType> -
A constant List of the values in this enum, in order of their declaration.
const List<
VideoCodecProfileType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited