videoBitDepth property

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

Bit depth of the video stream.

Implementation

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