videoWidth property

  1. @JsonKey(name: 'videoWidth')
int? videoWidth
final

This parameter only takes effect for video streams, and indicates the video width (pixel).

Implementation

@JsonKey(name: 'videoWidth')
final int? videoWidth;