width property

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

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

Implementation

@JsonKey(includeIfNull: false)
int? width;