data property
- Field description: Video data when
bufferTypeisTRTCVideoBufferType_Buffer, which carries the memory data blocks for the C++ layer.
Implementation
@JsonKey(name: 'data')
@Uint8ListConverter()
Uint8List data;
bufferType is TRTCVideoBufferType_Buffer,
which carries the memory data blocks for the C++ layer.@JsonKey(name: 'data')
@Uint8ListConverter()
Uint8List data;