Virtual Method

AgsSoundServerregister_soundcard

since: 3.0.0

Declaration [src]

GObject*
register_soundcard (
  AgsSoundServer* sound_server,
  gboolean is_output
)

Description [src]

Fetches soundcard 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 AgsSoundcard.

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