FmodLibrary class

Locates and opens the FMOD Engine dynamic libraries.

FMOD's license does not permit redistributing the SDK, so this package never ships or downloads binaries. The libraries are found, in order, from

  1. FMOD_LIBRARY_PATH, a directory containing the core and studio libraries.
  2. FMOD_SDK_PATH, the root of an extracted FMOD Engine SDK (the directory containing api/), using the SDK's per-platform layout.
  3. The platform loader's default search path (libraries already bundled with or linked into the app).

Properties

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

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

open() FmodLibrary