Searched defs:StreamDesc (Results 1 – 1 of 1) sorted by relevance
42 struct StreamDesc { struct43 std::mutex mtx;44 int bits_per_sample = -1;45 int sample_rate = -1;46 int channels = -1;47 bool active = false;48 HoldingBuffer buffer;