Class
AgsAudioGstreamerPort
[−]
Description
class AgsAudio.GstreamerPort : GObject.Object
implements Ags.Connectable {
flags: AgsGstreamerPortFlags,
connectable_flags: AgsConnectableFlags,
obj_mutex: GRecMutex,
gstreamer_client: GObject*,
uuid: AgsUUID*,
gstreamer_devout: GObject*,
gstreamer_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,
current_cache: guint,
completed_cache: guint,
cache_offset: guint,
cache: void**,
empty_buffer: void*,
is_empty: volatile gboolean,
underflow: volatile gint,
restart: volatile gboolean,
nth_empty_buffer: guint,
queued: volatile guint
}
No description available.
[−]
Instance methods
ags_gstreamer_port_register
Register a new gstreamer port and read uuid. Creates a new AgsSequencer or AgsSoundcard object.
since: 3.6.0
[+]
Methods inherited from AgsConnectable (13)
[+]