menu
tencent_rtc_sdk package
documentation
trtc_cloud_def.dart
TRTCVideoFrame
length property
length property
dark_mode
light_mode
length
property
@JsonKey(name: 'length')
int
length
getter/setter pair
Field description: Video data length in bytes. For I420, length = width * height * 3 / 2; for BGRA32, length = width * height * 4.
Implementation
@JsonKey(name: 'length') int length;
tencent_rtc_sdk package
documentation
trtc_cloud_def
TRTCVideoFrame
length property
TRTCVideoFrame class