Function type definitions related to simple streaming audio. More...
Go to the source code of this file.
Typedefs | |
typedef void | guac_audio_encoder_begin_handler (guac_audio_stream *audio) |
Handler which is called when the audio stream is opened. | |
typedef void | guac_audio_encoder_end_handler (guac_audio_stream *audio) |
Handler which is called when the audio stream is closed. | |
typedef void | guac_audio_encoder_write_handler (guac_audio_stream *audio, const unsigned char *pcm_data, int length) |
Handler which is called when the audio stream is flushed. |
Function type definitions related to simple streaming audio.