23 #ifndef __GUAC_AUDIO_FNTYPES_H
24 #define __GUAC_AUDIO_FNTYPES_H
48 const unsigned char* pcm_data,
int length);
void guac_audio_encoder_end_handler(guac_audio_stream *audio)
Handler which is called when the audio stream is closed.
Definition: audio-fntypes.h:42
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.
Definition: audio-fntypes.h:47
Type definitions related to simple streaming audio.
Basic audio stream.
Definition: audio.h:63
void guac_audio_encoder_begin_handler(guac_audio_stream *audio)
Handler which is called when the audio stream is opened.
Definition: audio-fntypes.h:37