RadarrMovieFileMediaInfo class

Store details about the language of the movie.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Constructors

RadarrMovieFileMediaInfo({String? audioAdditionalFeatures, int? audioBitrate, double? audioChannels, String? audioCodec, String? audioLanguages, int? audioStreamCount, int? videoBitDepth, int? videoBitrate, String? videoCodec, double? videoFps, String? resolution, String? runTime, String? scanType, String? subtitles})
RadarrMovieFileMediaInfo.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a RadarrMovieFileMediaInfo object.
factory

Properties

audioAdditionalFeatures String?
getter/setter pair
audioBitrate int?
getter/setter pair
audioChannels double?
getter/setter pair
audioCodec String?
getter/setter pair
audioLanguages String?
getter/setter pair
audioStreamCount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resolution String?
getter/setter pair
runTime String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanType String?
getter/setter pair
subtitles String?
getter/setter pair
videoBitDepth int?
getter/setter pair
videoBitrate int?
getter/setter pair
videoCodec String?
getter/setter pair
videoFps double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a RadarrMovieFileMediaInfo object to a JSON map.
toString() String
Returns a JSON-encoded string version of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited