1 #ifndef _AX_AUDIO_COMMON_H_ 2 #define _AX_AUDIO_COMMON_H_ 6 #define MDP_REPLY_OK "OK" 7 #define MDP_REQUEST_OPEN "OPEN" 8 #define MDP_REQUEST_CLOSE "CLOSE" 9 #define MDP_REQUEST_PULL "PULL" 10 #define MDP_REPLY_LENGTH 16 11 #define MDP_REQ_LENGTH 1024 23 #define MDP_HEADER_READ(header, type) \ 24 (header += sizeof (type), *((type *)(header - sizeof (type)))) 27 ax_audio_connect(
AXAudioStream *stream,
const gchar *media_type,
28 const gchar *media_props);
The main include for the AXAudio interface and its associated functions.
Definition: ax_audio_datatypes.h:17
Definition: ax_audio_datatypes.h:25