Class

SpeechProviderStreamWriter

since: 1.0

Description [src]

final class SpeechProvider.StreamWriter : GObject.Object {
  /* No available fields */
}

A provider audio stream writer.

Available since: 1.0

Ancestors

Constructors

speech_provider_stream_writer_new

Creates a new SpeechProviderStreamWriter.

since: 1.0

Instance methods

speech_provider_stream_writer_close

Close the writer.

since: 1.0

speech_provider_stream_writer_send_audio

Sends a chunk of audio data.

since: 1.0

speech_provider_stream_writer_send_event

Sends an event.

since: 1.0

speech_provider_stream_writer_send_stream_header

Sends the initial stream header.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

SpeechProvider.StreamWriter:fd

File descriptor for the stream.

since: 1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct SpeechProviderStreamWriterClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.