SEICountPerFrame enum
{zh} * @detail keytype @brief SEI 发送模式。
Values
- single → const SEICountPerFrame
-
@brief Single-SEI mode. A single video frame carries at most one SEI message. When you send multiple SEI messages in 1 frame, they will be sent in sequence following consecutive video frames. For example, if you need to send 3 SEI data within a certain frame, then the 1st SEI will be sent in the current frame, the 2nd SEI will be sent in the next frame, and the 3rd SEI will be sent in the frame after that.
- multi → const SEICountPerFrame
-
@brief Multi-SEI mode. When you send multiple SEI messages in 1 frame, all these SEI data will be sent together in the next frame, which can reduce sending delay, but a frame will carry multiple SEI messages. For example, if there are 3 SEI data to be sent within a 1-frame interval, these 3 SEIs will all be sent on the next video frame.
Properties
- $value → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.