Searched defs:astream_out (Results 1 – 1 of 1) sorted by relevance
64 struct astream_out { struct65 struct audio_stream_out stream;67 uint32_t sample_rate;68 size_t buffer_size;69 uint32_t channels;70 int format;72 int fd;73 bool standby;74 int start_count;75 int retry_count;[all …]