Searched defs:audio_proxy_stream_out (Results 1 – 1 of 1) sorted by relevance
100 struct audio_proxy_stream_out { struct101 size_t (*get_buffer_size)(const struct audio_proxy_stream_out* stream); argument102 uint64_t (*get_frame_count)(const struct audio_proxy_stream_out* stream); argument107 const struct audio_proxy_stream_out* stream, audio_proxy_format_t format); argument108 uint32_t (*get_sample_rate)(const struct audio_proxy_stream_out* stream); argument111 int (*set_sample_rate)(struct audio_proxy_stream_out* stream, uint32_t rate); argument117 const struct audio_proxy_stream_out* stream, audio_proxy_format_t format); argument119 const struct audio_proxy_stream_out* stream); argument122 int (*set_channel_mask)(struct audio_proxy_stream_out* stream, argument129 const struct audio_proxy_stream_out* stream); argument[all …]