texture property
- Field description: Video data when
bufferType
isTRTCVideoBufferType_Texture
, which carries the texture data used for OpenGL rendering.
Implementation
@JsonKey(name: 'texture')
TRTCTexture? texture;
bufferType
is TRTCVideoBufferType_Texture
,
which carries the texture data used for OpenGL rendering.@JsonKey(name: 'texture')
TRTCTexture? texture;