UrlParserFactory class

Factory class for creating appropriate UrlParser instances based on the given Uri type.

This factory inspects the URI and returns a parser implementation for M3U8, MP4, or a default parser for other formats.

Constructors

UrlParserFactory.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

createParser(Uri uri) UrlParser
Creates and returns a suitable UrlParser implementation according to the type of the provided uri.