data property
- @JsonKey(name: 'data')
- @Uint8ListConverter()
getter/setter pair
- Field description: Video data when
bufferType
isTRTCVideoBufferType_Buffer
, which carries the memory data blocks for the C++ layer.
Implementation
@JsonKey(name: 'data')
@Uint8ListConverter()
Uint8List data;