Searched defs:stream_parameters (Results 1 – 1 of 1) sorted by relevance
1345 struct stream_parameters { struct1347 uint32_t sample_frequency_hz;1348 uint32_t frame_duration_us;1349 uint16_t octets_per_codec_frame;1350 uint32_t audio_channel_allocation;1351 uint8_t codec_frames_blocks_per_sdu;1354 uint8_t num_of_channels;1355 int num_of_devices;1357 std::vector<std::pair<uint16_t, uint32_t>> stream_locations;1359 void clear() { in clear()