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