RssPodcastIndexAlternateEnclosure class

Represents an instance of a podcast:alternateEnclosure tag as defined (here)https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#alternate-enclosure

Constructors

RssPodcastIndexAlternateEnclosure({required String mimeType, int? length, int? bitRate, int? height, String? lang, String? title, String? rel, String? codecs, bool defaultMedia = true, List<RssPodcastAlternateEnclosureSource?>? sources, RssPodcastAlternateEnclosureIntegrity? integrity})
RssPodcastIndexAlternateEnclosure.parse(XmlElement element)
factory

Properties

bitRate int?
Average encoding bitrate of the media asset, expressed in bits per second.
final
codecs String?
An (RFC 6381)https://tools.ietf.org/html/rfc6381 string specifying the codecs available in this media.
final
defaultMedia bool
Specifies whether or not the given media is the same as the file from the enclosure element and should be the preferred media element.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
Height of the media asset for video formats.
final
integrity RssPodcastAlternateEnclosureIntegrity?
defines a method of verifying integrity of the media given either an (SRI-compliant)https://www.w3.org/TR/SRI/ integrity string (preferred) or a base64 encoded PGP signature.
final
lang String?
An (IETF)https://en.wikipedia.org/wiki/BCP_47 language tag (BCP 47) code identifying the language of this media.
final
length int?
Length of the file in bytes.
final
mimeType String
The Mime Type of tha enclosure.
final
rel String?
Provides a method of offering and/or grouping together different media elements.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<RssPodcastAlternateEnclosureSource?>?
Defines one or more uri location for an alternate enclosure.
final
title String?
A human-readable string identifying the name of the media asset. Should be limited to 32 characters for UX.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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