DashManifest class

Annotations
  • @internal

Constructors

DashManifest(XmlDocument _root)
DashManifest.parse(String raw)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streams Iterable<_StreamInfo>
latefinal

Methods

extractMultiSegmentInfo(XmlElement element, _MsInfo msParentInfo) → _MsInfo
extractSegmentTimeline(XmlElement source) → _SegmentTimeline?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseMDP(XmlDocument root) List<_StreamInfo>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

get(YoutubeHttpClient httpClient, dynamic url) Future<DashManifest>
getSignatureFromUrl(String url) String?