videoHeight property

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

Height in pixels of the video stream.

Implementation

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