SEICountPerFrame enum
SEI 发送模式
Values
- single → const SEICountPerFrame
-
单发模式,即在 1 帧间隔内多次发送 SEI 数据时,多个 SEI 按队列逐帧发送。
- multi → const SEICountPerFrame
-
多发模式。即在 1 帧间隔内多次发送 SEI 数据时,多个 SEI 随下个视频帧同时发送。
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SEICountPerFrame> - A constant List of the values in this enum, in order of their declaration.