dive_obslib library

Classes

DiveBaseObslib
DiveObsAudioSourceType
DiveObsAudioSourceTypeApple
Audio Source Types
DiveObsAudioSourceTypeOther
DiveObsAudioSourceTypeWin32
DiveObslibData
A wrapper around obs_data and the obs_data_* functions. Example: void exampleUseData() { final data = DiveObslibData(); data.setBool("is_local_file", true); data.dispose(); }
DivePointer
Wrap an obslib pointer in a Dart class.
DivePointerData
DivePointerOutput
DivePointerSceneItem

Extensions

DiveFFIObslib on DiveBaseObslib
Connects to obslib using FFI. Will load the obslib library, load modules, reset video and audio, and create the streaming service.
DivePluginObslib on DiveBaseObslib
Invokes methods on a channel to the plugin.

Properties

obslib DiveBaseObslib
Global variable for the Dive obslib class.
final

Typedefs

DiveVolumeMeterCallback = void Function(int volumeMeterPointer, List<double> magnitude, List<double> peak, List<double> inputPeak)
Signature of VolumeMeter callback.