Home
last modified time | relevance | path

Searched defs:PcmDevice (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/snapcast/snapcast-0.25.0/client/player/
H A Dpcm_device.hpp29 struct PcmDevice struct
31 PcmDevice() : idx(-1), name(DEFAULT_DEVICE){}; in PcmDevice() argument
33PcmDevice(int idx, const std::string& name, const std::string& description = "") : idx(idx), name(… in PcmDevice() argument
35 int idx;
36 std::string name;
37 std::string description;