Home
last modified time | relevance | path

Searched refs:ParameterFragments (Results 1 – 3 of 3) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/audio/
H A DAudioOutputDeviceAlsa.cpp280 AudioOutputDeviceAlsa::ParameterFragments::ParameterFragments() : DeviceCreationParameterInt() { in ParameterFragments() function in LinuxSampler::AudioOutputDeviceAlsa::ParameterFragments
284 …AudioOutputDeviceAlsa::ParameterFragments::ParameterFragments(String s) throw (Exception) : Device… in ParameterFragments() function in LinuxSampler::AudioOutputDeviceAlsa::ParameterFragments
287 String AudioOutputDeviceAlsa::ParameterFragments::Description() { in Description()
291 bool AudioOutputDeviceAlsa::ParameterFragments::Fix() { in Fix()
295 bool AudioOutputDeviceAlsa::ParameterFragments::Mandatory() { in Mandatory()
299 …std::map<String,DeviceCreationParameter*> AudioOutputDeviceAlsa::ParameterFragments::DependsAsPara… in DependsAsParameters()
306 …optional<int> AudioOutputDeviceAlsa::ParameterFragments::DefaultAsInt(std::map<String,String> Para… in DefaultAsInt()
329 …optional<int> AudioOutputDeviceAlsa::ParameterFragments::RangeMinAsInt(std::map<String,String> Par… in RangeMinAsInt()
353 …optional<int> AudioOutputDeviceAlsa::ParameterFragments::RangeMaxAsInt(std::map<String,String> Par… in RangeMaxAsInt()
381 void AudioOutputDeviceAlsa::ParameterFragments::OnSetValue(int i) throw (Exception) { in OnSetValue()
[all …]
H A DAudioOutputDeviceAlsa.h111 class ParameterFragments : public DeviceCreationParameterInt {
113 ParameterFragments();
114 ParameterFragments(String s) throw (Exception);
H A DAudioOutputDeviceFactory.cpp61 REGISTER_AUDIO_OUTPUT_DRIVER_PARAMETER(AudioOutputDeviceAlsa, ParameterFragments);