Lines Matching refs:format
49 /** For streams: media language if applicable, in standard POSIX format. E.g. "de_DE" */
52 /** For streams: source filename if applicable, in URI format or local path. E.g. "/home/lennart/music/foobar.ogg" */
160 /** For clients/streams: application language if applicable, in standard POSIX format. E.g. "de_DE" */
181 /** For devices: device string in the underlying audio layer's format. E.g. "surround51:0" */
190 /** For devices: bus path to the device in the OS' format. E.g. "/sys/bus/pci/devices/0000:00:1f.2" */
258 /** For PCM formats: the sample format used as returned by pa_sample_format_to_string() \since 1.0 */
259 #define PA_PROP_FORMAT_SAMPLE_FORMAT "format.sample_format"
262 #define PA_PROP_FORMAT_RATE "format.rate"
265 #define PA_PROP_FORMAT_CHANNELS "format.channels"
268 #define PA_PROP_FORMAT_CHANNEL_MAP "format.channel_map"
306 * UTF-8. The data can be passed as printf()-style format string with
308 int pa_proplist_setf(pa_proplist *p, const char *key, const char *format, ...) PA_GCC_PRINTF_ATTR(3,4);