AsxEntry class

ASX entry that specifies media file.

Constructors

AsxEntry({String? title, required String link, String? author, EndMarker? endMarker, StartMarker? startMarker, String? moreInfo, String? abstract, String? duration, List<Param>? params, Banner? banner, String? baseURL, String? copyright, String? endTime, String? previewDuration, String? startTime})
Creates ASX entry that specifies media file.

Properties

abstract String?
Text that describes the associated entry element.
final
author String?
Name of the author.
final
A graphic file of the media item.
final
baseURL String?
The string appended to the front to URLs sent to Windows Media Player.
final
Text that specifies the copyright information for an entry element.
final
duration String?
A length of time, in hours, minutes, seconds, and hundredths of a second.
final
endMarker EndMarker?
End marker of the media item.
final
endTime String?
End time of the media item.
final
hashCode int
The hash code for this object.
no setterinherited
URL to a metafile.
final
moreInfo String?
A URL to a website, email address, or script command associated with a show, clip, or banner.
final
params List<Param>?
Custom parameters associated with the element of a playlist.
final
previewDuration String?
A length of time that the media item plays in preview mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startMarker StartMarker?
Start marker of the media item.
final
startTime String?
Start time of the media item.
final
title String?
A text string specifying the title for entry element.
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