videoWidth property
This parameter only takes effect for video streams, and indicates the video width (pixel).
Implementation
@JsonKey(name: 'videoWidth')
final int? videoWidth;
This parameter only takes effect for video streams, and indicates the video width (pixel).
@JsonKey(name: 'videoWidth')
final int? videoWidth;