streamVideoWidth property

  1. @JsonKey(name: 'stream_video_width', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? streamVideoWidth
final

Width in pixels of the final video stream.

Implementation

@JsonKey(name: 'stream_video_width', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? streamVideoWidth;