height property

  1. @JsonKey(includeIfNull: false)
int? height
getter/setter pair

The height of the external video stream after injecting. The default value is 0, which represents the same height as the original.

Implementation

@JsonKey(includeIfNull: false)
int? height;