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