VideoDecoderConfig enum

{zh} * @detail keytype @brief 视频解码方式

Inheritance
Available extensions

Values

VIDEO_DECODER_CONFIG_RAW → const VideoDecoderConfig

@brief Enable SDK internal decoding, only callback the decoded data

VIDEO_DECODER_CONFIG_ENCODE → const VideoDecoderConfig

@brief Turn on custom decoding, only callback the data before decoding

VIDEO_DECODER_CONFIG_BOTH → const VideoDecoderConfig

@brief Enable SDK internal decoding, and call back the data before and after decoding at the same time

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<VideoDecoderConfig>
A constant List of the values in this enum, in order of their declaration.