V2TXLiveBufferType enum

视频数据包装格式。

Inheritance

Constructors

V2TXLiveBufferType()
const

Values

v2TXLiveBufferTypeUnknown → const V2TXLiveBufferType

未知

v2TXLiveBufferTypeByteBuffer → const V2TXLiveBufferType

DirectBuffer,装载 I420 等 buffer,在 native 层使用 暂不支持

v2TXLiveBufferTypeByteArray → const V2TXLiveBufferType

byte[],装载 I420 等 buffer,在 Java 层使用

v2TXLiveBufferTypeTexture → const V2TXLiveBufferType

直接操作纹理 ID,性能最好,画质损失最少

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<V2TXLiveBufferType>
A constant List of the values in this enum, in order of their declaration.