VideoBufferType enum
{zh} * @detail keytype @brief 视频帧缓存区类型
Values
- raw_memory → const VideoBufferType
-
@brief raw memory
- gl_texture → const VideoBufferType
-
@brief GL Texture
- ByteRTCVideoBufferTypeCVPixelBuffer → const VideoBufferType
-
@platform ios @brief CVPixelBufferRef
- ByteRTCVideoBufferTypeCuda → const VideoBufferType
-
@platform ios @brief Cuda data format
- ByteRTCVideoBufferTypeD3D11 → const VideoBufferType
-
@platform ios @brief Direct3d11 texture
- ByteRTCVideoBufferTypeVAAPI → const VideoBufferType
-
@platform ios @brief Vaapi data format
- ByteRTCVideoBufferTypeNvidiaJetsonDma → const VideoBufferType
-
@platform ios @hidden(Windows) @brief nvidia jetson dma
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<
VideoBufferType> - A constant List of the values in this enum, in order of their declaration.