Home | History | Annotate | Download | only in pulse

Lines Matching refs:api

28 #include <pulse/mainloop-api.h>
51 * files are included: \ref mainloop-api.h, \ref sample.h, \ref def.h,
62 * This document describes the client API for the PulseAudio sound
63 * server. The API comes in two flavours to accomodate different styles
66 * \li The complete but somewhat complicated to use asynchronous API
67 * \li The simplified, easy to use, but limited synchronous API
72 * pass to the API is already in UTF-8.
74 * \section simple_sec Simple API
80 * \section async_sec Asynchronous API
84 * PulseAudio API. A guide can be found in \subpage async.
87 * pseudo-synchronous API, which can be useful in synchronous applications
88 * where the simple API is insufficient. See the \ref async page for
111 * \li libpulse - The asynchronous API and the internal main loop implementation.
114 * \li libpulse-simple - The simple PulseAudio API.