texture property

  1. @JsonKey(name: 'texture')
TRTCTexture? texture
getter/setter pair
  • Field description: Video data when bufferType is TRTCVideoBufferType_Texture, which carries the texture data used for OpenGL rendering.

Implementation

@JsonKey(name: 'texture')
TRTCTexture? texture;