Home
last modified time | relevance | path

Searched refs:KDeviceType (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dverbose.hpp139 …static std::string deviceName(const KDeviceType, const int32, const int32 count = 0, const Present…
140 static std::string deviceName(const KDeviceType, const int32, const Presentation fmt);
142 …static std::string deviceType(const KDeviceType, const int32 count = 0, const Presentation fmt = H…
143 static std::string deviceType(const KDeviceType, const Presentation fmt);
145 …static std::string deviceModel(const KDeviceType, const int32, const int32 count = 0, const Presen…
146 static std::string deviceModel(const KDeviceType, const int32, const Presentation fmt);
229 static std::string internal_deviceType(const KDeviceType, const int32);
230 static std::string internal_deviceModel(const KDeviceType, const int32, const int32);
H A Dk3lapi.cpp84 void K3LAPIBase::mixerRecord(int32 dev, KDeviceType type, int32 obj, byte track, KMixerSource src, … in mixerRecord()
223 _device_type = new KDeviceType[_device_count]; in init()
232 _device_type[dev] = (KDeviceType) k3lGetDeviceType(dev); in init()
294 int32 K3LAPIBase::get_dsp(KDeviceType devtype, K3LAPI::DspType type) const in get_dsp()
H A Dk3lapi.hpp251 …void mixerRecord(int32 dev, KDeviceType type, int32 obj, byte track, KMixerSource src, int32 index…
297 KDeviceType device_type(const GenericTarget & tgt) const in device_type()
337 int32 get_dsp(KDeviceType, DspType) const;
350 KDeviceType * _device_type;
446 KDeviceType device_type(int32 dev) const in device_type()
H A Dverbose.cpp127 std::string Verbose::deviceName(const KDeviceType dt, const int32 model, const Verbose::Presentatio… in deviceName()
132 std::string Verbose::deviceName(const KDeviceType dt, const int32 model, const int32 count, const V… in deviceName()
152 std::string Verbose::deviceType(const KDeviceType dt, const Verbose::Presentation fmt) in deviceType()
157 std::string Verbose::deviceType(const KDeviceType dt, const int32 count, const Verbose::Presentatio… in deviceType()
171 std::string Verbose::internal_deviceType(const KDeviceType dt, const int32 count) in internal_deviceType()
228 std::string Verbose::deviceModel(const KDeviceType dt, const int32 model, const Verbose::Presentati… in deviceModel()
233 std::string Verbose::deviceModel(const KDeviceType dt, const int32 model, const int32 count, const … in deviceModel()
247 std::string Verbose::internal_deviceModel(const KDeviceType dt, const int32 model, const int32 coun… in internal_deviceModel()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dk3l.h1399 enum KDeviceType enum
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dcli.cpp488 …std::string tipo = Verbose::deviceName((KDeviceType)Globals::k3lapi.device_type(i), devCfg.DeviceM… in execute()