videoHeight property

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

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

Implementation

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