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