VideoEncodeorDecodeMode class

编解码模式,主要用来区分软件编解码和硬件编解码

Constructors

VideoEncodeorDecodeMode()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

defaultMode → const String
系统自动选择编解码器
hardWare → const String
优先使用硬件编解码器
softWare → const String
优先使用软件编解码器