Media class

An RSS module that supplements the

RSS enclosures are already being used to syndicate audio files and images. Media RSS extends enclosures to handle other media types, such as short films or TV, as well as provide additional metadata with the media. Media RSS enables content publishers and bloggers to syndicate multimedia content such as TV and video clips, movies, images and audio.

ref: https://www.rssboard.org/media-rss

Constructors

Media.contentFromXml(UniversalFeed uf, XmlElement node)
Creates a new Media object from an XmlElement
factory

Properties

categories List<Category>
List of assigned categories
getter/setter pair
content List<MediaContent>
media:content is a sub-element of either
getter/setter pair
credits List<Credit>
Credits related to the object
getter/setter pair
description String?
Short description describing the media object typically a sentence in length.
getter/setter pair
group List<Media>
media:group is a sub-element of
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
player Player?
Allows the media object to be accessed through a web browser media player console.
getter/setter pair
rating List<Rating>
List of Rating elements
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbnails List<Image>
List of assigned images
getter/setter pair
title String?
The title of the particular media object.
getter/setter pair

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