Struct

AgsAudioOscMeterControllerMonitor

Description

struct AgsOscMeterControllerMonitor {
  volatile gint ref_count;
  AgsOscConnection* osc_connection;
  gchar* path;
  AgsPort* port;
}
No description available.
Structure members
ref_count
No description available.
osc_connection
No description available.
path
No description available.
port
No description available.

Functions

ags_osc_meter_controller_monitor_alloc

Allocate AgsOscMeterControllerMonitor-struct.

since: 3.0.0

ags_osc_meter_controller_monitor_find_path

Find path in monitor.

since: 3.0.0

ags_osc_meter_controller_monitor_find_port

Find port in monitor.

since: 3.0.0

ags_osc_meter_controller_monitor_free

Free monitor.

since: 3.0.0

ags_osc_meter_controller_monitor_ref

Increase reference count of monitor.

since: 3.0.0

ags_osc_meter_controller_monitor_unref

Decrease reference count of monitor. If ref count is less or equal 0 monitor is freed.

since: 3.0.0