libguac  0.9.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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_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.

Detailed Description

Function type definitions related to simple streaming audio.