VlcHttpOptions class

Constructors

VlcHttpOptions(List<String> options)

Properties

hashCode int
The hash code for this object.
no setterinherited
options List<String>
final
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

httpContinuous(bool enable) String
Keep reading a resource that keeps being updated. (default disabled)
httpForwardCookies(bool enable) String
Forward cookies across HTTP redirections. (default enabled)
httpReconnect(bool enable) String
Automatically try to reconnect to the stream in case of a sudden disconnect. (default disabled)
httpReferrer(String referrer) String
Provide the referral URL, i.e. HTTP "Referer" (sic).
httpUserAgent(String userAgent) String
Override the name and version of the application as provided to the HTTP server, i.e. the HTTP "User-Agent". Name and version must be separated by a forward slash, e.g. "FooBar/1.2.3".