One-time initialization for mpv_audio_kit. Owns the libmpv
DynamicLibrary lookup and the orphaned-handle cleanup that fires
across Flutter Hot-Restarts.
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 Properties
- libraryPath → String?
-
Returns the path used to initialize the library, if provided.
no setter
Static Methods
-
ensureInitialized(
{String? libmpv, bool hotRestartCleanup = true}) → void -
Initializes the native backend for
mpv_audio_kit. Must be called before creating any Player instances.