MCPcopy Create free account
hub / github.com/LabSound/LabSound / AudioDeviceInfo

Class AudioDeviceInfo

include/LabSound/core/AudioDevice.h:28–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26/////////////////////////////////////////////
27
28struct AudioDeviceInfo
29{
30 int32_t index{-1};
31 std::string identifier;
32 uint32_t num_output_channels{0};
33 uint32_t num_input_channels{0};
34 std::vector<float> supported_samplerates;
35 float nominal_samplerate{0};
36 bool is_default_output{false};
37 bool is_default_input{false};
38};
39
40// Input and Output
41struct AudioStreamConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected