libguac  0.9.9
Typedefs
audio-fntypes.h File Reference

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_flush_handler(guac_audio_stream *audio)
 Handler which is called when the audio stream needs to be flushed.
 
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 PCM data is written to the audio stream.
 

Detailed Description

Function type definitions related to simple streaming audio.