VlcAdvancedOptions class

Constructors

VlcAdvancedOptions(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

clockJitter(int millis) String
This defines the maximum input delay jitter that the synchronization algorithms should try to compensate (in milliseconds).
clockSynchronization(int mode) String
It is possible to disable the input clock synchronisation for real-time sources. Use this if you experience jerky playback of network streams. {-1 (Default), 0 (Disable), 1 (Enable)}
fileCaching(int millis) String
Caching value for local files, in milliseconds.
liveCaching(int millis) String
Caching value for cameras and microphones, in milliseconds.
networkCaching(int millis) String
Caching value for network resources, in milliseconds.