RssPodcastIndexSoundbite class

Points to one or more soundbites within a podcast episode.

The intended use includes episodes previews, discoverability, audiogram generation, episode highlights, etc.

Constructors

RssPodcastIndexSoundbite({double? startTime, double? duration, String? value})
const

Properties

duration double?
How long is the soundbite (recommended between 15 and 120 seconds)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double?
The time where the soundbite begins.
final
value String?
This is a free form string from the podcast creator to specify a title for the soundbite.
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

Static Methods

parse(XmlElement? element) RssPodcastIndexSoundbite?