AlternateEnclosure class

Represents an alternate enclosure in a podcast episode or item.

The AlternateEnclosure class corresponds to the podcast:alternateEnclosure element in the podcast namespace.

Constructors

AlternateEnclosure({String? type, int? length, double? bitrate, int? height, String? lang, String? title, String? rel, String? codecs, String? default_, required List<Source> sources, required List<Integrity> integrities})
Constructor for creating an AlternateEnclosure object.
AlternateEnclosure.parse(XmlElement element)
Factory method to parse an XmlElement and create an AlternateEnclosure object from it.
factory

Properties

bitrate double?
The bitrate of the alternate enclosure in kbps (kilobits per second).
final
codecs String?
The codecs used for the alternate enclosure (for media files).
final
default_ String?
The default status of the alternate enclosure.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the alternate enclosure in pixels (for video).
final
integrities List<Integrity>
The list of integrities for the alternate enclosure.
final
lang String?
The language of the alternate enclosure.
final
length int?
The length of the alternate enclosure in bytes.
final
rel String?
The relationship of the alternate enclosure to the main enclosure.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<Source>
The list of sources for the alternate enclosure.
final
title String?
The title of the alternate enclosure.
final
type String?
The type of the alternate enclosure.
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