VlcPlayerOptions class

Constructors

VlcPlayerOptions({VlcAdvancedOptions? advanced, VlcAudioOptions? audio, VlcHttpOptions? http, VlcVideoOptions? video, VlcSubtitleOptions? subtitle, VlcRtpOptions? rtp, VlcStreamOutputOptions? sout, List<String>? extras})

Properties

advanced VlcAdvancedOptions?
final
audio VlcAudioOptions?
final
extras List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
http VlcHttpOptions?
final
rtp VlcRtpOptions?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sout VlcStreamOutputOptions?
final
subtitle VlcSubtitleOptions?
final
video VlcVideoOptions?
final

Methods

get() List<String>
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