Virtual Method

AgsSoundServerregister_sequencer

since: 3.0.0

Declaration [src]

GObject*
register_sequencer (
  AgsSoundServer* sound_server,
  gboolean is_output
)

Description [src]

Fetches sequencer of sound_server.

Available since: 3.0.0

Parameters

is_output

Type: gboolean

If TRUE the used as sink, else as source.

Return value

Type: GObject

A new AgsSequencer.

The caller of the function takes ownership of the data, and is responsible for freeing it.