Class
AgsAudioPulsePort
[−]
Description
class AgsAudio.PulsePort : GObject.Object
implements Ags.Connectable {
flags: AgsPulsePortFlags,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
pulse_client: GObject*,
uuid: AgsUUID*,
pulse_devout: GObject*,
pulse_devin: GObject*,
port_uuid: gchar*,
port_name: gchar*,
pcm_channels: guint,
samplerate: guint,
buffer_size: guint,
format: AgsSoundcardFormat,
use_cache: gboolean,
cache_buffer_size: guint,
cache_mutex: GRecMutex**,
current_cache: guint,
completed_cache: guint,
cache_offset: guint,
cache: void**,
stream: pa_stream*,
sample_spec: pa_sample_spec*,
buffer_attr: pa_buffer_attr*,
empty_buffer: void*,
is_empty: volatile gboolean,
underflow: volatile gint,
restart: volatile gboolean,
nth_empty_buffer: guint,
queued: volatile guint,
audio_buffer_util: AgsAudioBufferUtil*
}
No description available.
[−]
Instance methods
ags_pulse_port_register
Register a new pulseaudio port and read uuid. Creates a new AgsSequencer or AgsSoundcard object.
since: 3.0.0
[+]
Methods inherited from AgsConnectable (13)
[+]