SonarrEpisodeFileMediaInfo class

Model for an episode file's media info from Sonarr.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SonarrEpisodeFileMediaInfo({double? audioChannels, String? audioCodec, String? videoCodec})
SonarrEpisodeFileMediaInfo.fromJson(Map<String, dynamic> json)
Deserialize a JSON map to a SonarrEpisodeFileMediaInfo object.
factory

Properties

audioChannels double?
Audio channels in the file
getter/setter pair
audioCodec String?
Audio codec of the file
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoCodec String?
Video codec of the file
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialize a SonarrEpisodeFileMediaInfo 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