height property

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

Height of the added stream to the broadcast. The default value is 0, which is the same height as the original stream.

Implementation

@JsonKey(includeIfNull: false)
int? height;