Package sidplay.ini
Klasse IniAudioSection
java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniAudioSection
- Alle implementierten Schnittstellen:
IAudioSection
Audio section of the INI file.
- Autor:
- Ken Händel
-
Feldübersicht
FelderVon Klasse geerbte Felder sidplay.ini.IniSection
iniReaderVon Schnittstelle geerbte Felder libsidplay.config.IAudioSection
AUDIO_SECTION_BUNDLE -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal AudiogetAudio()Getter of the audio to be used.final intGetter of the audio buffer size.final intVideo Driver: Getter of the bit-rate to use.final intVideo Driver: Getter of the bit-rate tolerance to use.final intGetter of the output buffer size.final intgetCbr()Audio Driver: MP3 recording - Getter of the constant bit rate.final intgetDelay()Getter of the delay settingfinal booleanGetter of the delay bypass settingfinal intGetter of the delay dry level settingfinal intGetter of the delay feedback level settingfinal intGetter of the delay wet level settingfinal intGetter of the JavaSound device numberfinal floatGetter of the main SID balance setting (0 - left, 1 - right speaker).final intGetter of the main SID delay setting (0 - no delay, 50 - 50ms delay).final floatGetter of the main SID volume setting.final FilegetMp3()Audio Driver: Compare with MP3 recording - Getter of the recorded tune file.final floatGetter of the reverb all pass1 delay settingfinal floatGetter of the reverb all pass2 delay settingfinal booleanGetter of the reverb bypass settingfinal floatGetter of the reverb comp1 delay settingfinal floatGetter of the reverb comp2 delay settingfinal floatGetter of the reverb comp3 delay settingfinal floatGetter of the reverb comp4 delay settingfinal floatGetter of the reverb dry wet mix settingfinal floatGetter of the reverb sustain delay settingfinal SamplingMethodGetter of the sampling method.final SamplingRateGetter of the Playback/Recording frequency.final floatGetter of the second SID balance setting (0 - left, 1 - right speaker).final intGetter of the second SID delay setting (0 - no delay, 50 - 50ms delay).final floatGetter of the second SID volume setting.final floatGetter of the third SID balance setting (0 - left, 1 - right speaker).final intGetter of the third SID delay setting (0 - no delay, 50 - 50ms delay).final floatGetter of the third SID volume setting.final intAudio Driver: MP3 recording - Getter of the variable bitrate quality.final intVideo Driver: Getter of the audio delay to sync audio and video.final intVideo Driver: Getter of the bit-rate to use.final intVideo Driver: Getter of the bit-rate tolerance to use.final intVideo Driver: Getter of the global quality setting this codec uses if a video picture doesn't have a quality set.final intVideo Driver: Getter of the minimum number of frames between key-frames.final VideoCoderPresetVideo Driver: Getter of the preset properties of a FFmpeg preset filefinal StringVideo Driver: Getter of the URL to receive live video stream.final booleanAudio Driver: Compare with MP3 recording - do we play the recording?final booleanisVbr()Audio Driver: MP3 recording - do we use variable bitrate instead of constant bitrate?final voidSetter of the audio to be used.final voidsetAudioBufferSize(int audioBufferSize) Setter of the audio buffer size.final voidsetAudioCoderBitRate(int bitRate) Video Driver: Setter of the bit-rate to use.final voidsetAudioCoderBitRateTolerance(int bitRateTolerance) Video Driver: Setter of the bit-rate tolerance to use.final voidsetBufferSize(int bufferSize) Setter of the output buffer size.final voidsetCbr(int cbr) Audio Driver: MP3 recording - Setter of the constant bit rate.final voidsetDelay(int delay) Setter of the delay settingfinal voidsetDelayBypass(boolean delayBypass) Setter of the delay bypass settingfinal voidsetDelayDryLevel(int delayDryLevel) Setter of the delay dry level settingfinal voidsetDelayFeedbackLevel(int delayFeedbackLevel) Setter of the delay feedback level settingfinal voidsetDelayWetLevel(int delayWetLevel) Setter of the delay wet level settingfinal voidsetDevice(int device) Setter of the JavaSound device numberfinal voidsetMainBalance(float balance) Setter of the main SID balance setting (0 - left, 1 - right speaker).final voidsetMainDelay(int delay) Setter of the main SID delay setting (0 - no delay, 50 - 50ms delay).final voidsetMainVolume(float volume) Setter of the main SID volume setting.final voidAudio Driver: Compare with MP3 recording - Setter of the recorded tune file.final voidsetPlayOriginal(boolean original) Audio Driver: compare with MP3 recording - Setter to play the recorded tune.final voidsetReverbAllPass1Delay(float reverbAllPass1Delay) Setter of the reverb all pass1 delay delay settingfinal voidsetReverbAllPass2Delay(float reverbAllPass2Delay) Setter of the reverb all pass2 delay delay settingfinal voidsetReverbBypass(boolean reverbBypass) Setter of the reverb bypass settingfinal voidsetReverbComb1Delay(float reverbComb1Delay) Setter of the reverb comp1 delay settingfinal voidsetReverbComb2Delay(float reverbComb2Delay) Setter of the reverb comp2 delay settingfinal voidsetReverbComb3Delay(float reverbComb3Delay) Setter of the reverb comp3 delay settingfinal voidsetReverbComb4Delay(float reverbComb4Delay) Setter of the reverb comp4 delay settingfinal voidsetReverbDryWetMix(float reverbDryWetMix) Setter of the reverb dry wet mix settingfinal voidsetReverbSustainDelay(float reverbSustainDelay) Setter of the reverb sustain delay delay settingfinal voidsetSampling(SamplingMethod method) Setter of the sampling method.final voidsetSamplingRate(SamplingRate samplingRate) Setter of the Playback/Recording frequency.final voidsetSecondBalance(float balance) Setter of the second SID balance setting (0 - left, 1 - right speaker).final voidsetSecondDelay(int delay) Setter of the second SID delay setting (0 - no delay, 50 - 50ms delay).final voidsetSecondVolume(float volume) Setter of the second SID volume setting.final voidsetThirdBalance(float balance) Setter of the third SID balance setting (0 - left, 1 - right speaker).final voidsetThirdDelay(int delay) Setter of the third SID delay setting (0 - no delay, 50 - 50ms delay).final voidsetThirdVolume(float volume) Setter of the third SID volume setting.final voidsetVbr(boolean vbr) Audio Driver: MP3 recording - use variable bitrate instead of constant bitrate.final voidsetVbrQuality(int vbr) Audio Driver: MP3 recording - Setter of the variable bitrate quality.final voidsetVideoCoderAudioDelay(int audioDelay) Video Driver: Setter of the audio delay to sync audio and video.final voidsetVideoCoderBitRate(int bitRate) Video Driver: Setter of the bit-rate to use.final voidsetVideoCoderBitRateTolerance(int bitRateTolerance) Video Driver: Setter of the bit-rate tolerance to use.final voidsetVideoCoderGlobalQuality(int globalQuality) Video Driver: Setter of the global quality setting this codec uses if a video picture doesn't have a quality set.final voidsetVideoCoderNumPicturesInGroupOfPictures(int numPicturesInGroupOfPictures) Video Driver: Setter of the minimum number of frames between key-frames.final voidsetVideoCoderPreset(VideoCoderPreset preset) Video Driver: Setter of the name of the preset properties of a FFmpeg preset file.final voidsetVideoStreamingUrl(String videoStreamingUrl) Video Driver: Setter of the URL to receive live video stream.final StringtoString()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden libsidplay.config.IAudioSection
getBalance, getDelay, getVolume, setBalance, setDelay, setVolume
-
Felddetails
-
SECTION_ID
- Siehe auch:
-
-
Konstruktordetails
-
IniAudioSection
-
-
Methodendetails
-
getAudio
Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the audio to be used.- Angegeben von:
getAudioin SchnittstelleIAudioSection- Gibt zurück:
- the audio to be used
-
setAudio
Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the audio to be used.- Angegeben von:
setAudioin SchnittstelleIAudioSection- Parameter:
audio- audio to be used
-
getDevice
public final int getDevice()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the JavaSound device number- Angegeben von:
getDevicein SchnittstelleIAudioSection- Gibt zurück:
- the JavaSound device number
-
setDevice
public final void setDevice(int device) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the JavaSound device number- Angegeben von:
setDevicein SchnittstelleIAudioSection- Parameter:
device- JavaSound device number
-
getSamplingRate
Getter of the Playback/Recording frequency.- Angegeben von:
getSamplingRatein SchnittstelleIAudioSection- Gibt zurück:
- Playback/Recording frequency
-
setSamplingRate
Setter of the Playback/Recording frequency.- Angegeben von:
setSamplingRatein SchnittstelleIAudioSection- Parameter:
samplingRate- Playback/Recording frequency
-
getSampling
Getter of the sampling method.- Angegeben von:
getSamplingin SchnittstelleIAudioSection- Gibt zurück:
- the sampling method
-
setSampling
Setter of the sampling method.- Angegeben von:
setSamplingin SchnittstelleIAudioSection- Parameter:
method- the sampling method
-
getMainVolume
public final float getMainVolume()Getter of the main SID volume setting.- Angegeben von:
getMainVolumein SchnittstelleIAudioSection- Gibt zurück:
- the main SID volume setting
-
setMainVolume
public final void setMainVolume(float volume) Setter of the main SID volume setting.- Angegeben von:
setMainVolumein SchnittstelleIAudioSection- Parameter:
volume- the main SID volume setting
-
getSecondVolume
public final float getSecondVolume()Getter of the second SID volume setting.- Angegeben von:
getSecondVolumein SchnittstelleIAudioSection- Gibt zurück:
- the second SID volume setting
-
setSecondVolume
public final void setSecondVolume(float volume) Setter of the second SID volume setting.- Angegeben von:
setSecondVolumein SchnittstelleIAudioSection- Parameter:
volume- the second SID volume setting
-
getThirdVolume
public final float getThirdVolume()Getter of the third SID volume setting.- Angegeben von:
getThirdVolumein SchnittstelleIAudioSection- Gibt zurück:
- the third SID volume setting
-
setThirdVolume
public final void setThirdVolume(float volume) Setter of the third SID volume setting.- Angegeben von:
setThirdVolumein SchnittstelleIAudioSection- Parameter:
volume- the third SID volume setting
-
getMainBalance
public final float getMainBalance()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the main SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
getMainBalancein SchnittstelleIAudioSection- Gibt zurück:
- the main SID balance setting
-
setMainBalance
public final void setMainBalance(float balance) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the main SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
setMainBalancein SchnittstelleIAudioSection- Parameter:
balance- the main SID balance setting
-
getSecondBalance
public final float getSecondBalance()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the second SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
getSecondBalancein SchnittstelleIAudioSection- Gibt zurück:
- the second SID balance setting
-
setSecondBalance
public final void setSecondBalance(float balance) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the second SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
setSecondBalancein SchnittstelleIAudioSection- Parameter:
balance- the second SID balance setting
-
getThirdBalance
public final float getThirdBalance()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the third SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
getThirdBalancein SchnittstelleIAudioSection- Gibt zurück:
- the third SID balance setting
-
setThirdBalance
public final void setThirdBalance(float balance) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the third SID balance setting (0 - left, 1 - right speaker).- Angegeben von:
setThirdBalancein SchnittstelleIAudioSection- Parameter:
balance- the third SID balance setting
-
getMainDelay
public final int getMainDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the main SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
getMainDelayin SchnittstelleIAudioSection- Gibt zurück:
- the main SID delay setting
-
setMainDelay
public final void setMainDelay(int delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the main SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
setMainDelayin SchnittstelleIAudioSection- Parameter:
delay- the main SID delay setting
-
getSecondDelay
public final int getSecondDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the second SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
getSecondDelayin SchnittstelleIAudioSection- Gibt zurück:
- the second SID delay setting
-
setSecondDelay
public final void setSecondDelay(int delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the second SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
setSecondDelayin SchnittstelleIAudioSection- Parameter:
delay- the second SID delay setting
-
getThirdDelay
public final int getThirdDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the third SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
getThirdDelayin SchnittstelleIAudioSection- Gibt zurück:
- the third SID delay setting
-
setThirdDelay
public final void setThirdDelay(int delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the third SID delay setting (0 - no delay, 50 - 50ms delay).- Angegeben von:
setThirdDelayin SchnittstelleIAudioSection- Parameter:
delay- the third SID delay setting
-
getBufferSize
public final int getBufferSize()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the output buffer size.- Angegeben von:
getBufferSizein SchnittstelleIAudioSection- Gibt zurück:
- size of the output buffer
-
setBufferSize
public final void setBufferSize(int bufferSize) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the output buffer size.- Angegeben von:
setBufferSizein SchnittstelleIAudioSection- Parameter:
bufferSize- output buffer size
-
getAudioBufferSize
public final int getAudioBufferSize()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the audio buffer size.- Angegeben von:
getAudioBufferSizein SchnittstelleIAudioSection- Gibt zurück:
- size of the audio buffer
-
setAudioBufferSize
public final void setAudioBufferSize(int audioBufferSize) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the audio buffer size.- Angegeben von:
setAudioBufferSizein SchnittstelleIAudioSection- Parameter:
audioBufferSize- audio buffer size
-
getCbr
public final int getCbr()Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - Getter of the constant bit rate.- Angegeben von:
getCbrin SchnittstelleIAudioSection- Gibt zurück:
- the constant bit rate
-
setCbr
public final void setCbr(int cbr) Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - Setter of the constant bit rate.- Angegeben von:
setCbrin SchnittstelleIAudioSection- Parameter:
cbr- constant bit rate
-
isVbr
public final boolean isVbr()Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - do we use variable bitrate instead of constant bitrate?- Angegeben von:
isVbrin SchnittstelleIAudioSection- Gibt zurück:
- use variable bitrate
-
setVbr
public final void setVbr(boolean vbr) Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - use variable bitrate instead of constant bitrate.- Angegeben von:
setVbrin SchnittstelleIAudioSection- Parameter:
vbr- use variable bitrate
-
getVbrQuality
public final int getVbrQuality()Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - Getter of the variable bitrate quality.- Angegeben von:
getVbrQualityin SchnittstelleIAudioSection- Gibt zurück:
- variable bitrate quality
-
setVbrQuality
public final void setVbrQuality(int vbr) Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: MP3 recording - Setter of the variable bitrate quality.- Angegeben von:
setVbrQualityin SchnittstelleIAudioSection- Parameter:
vbr- variable bitrate quality
-
getAudioCoderBitRate
public final int getAudioCoderBitRate()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the bit-rate to use.- Angegeben von:
getAudioCoderBitRatein SchnittstelleIAudioSection- Gibt zurück:
- bit-rate to use
-
setAudioCoderBitRate
public final void setAudioCoderBitRate(int bitRate) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the bit-rate to use.- Angegeben von:
setAudioCoderBitRatein SchnittstelleIAudioSection- Parameter:
bitRate- bit-rate to use
-
getAudioCoderBitRateTolerance
public final int getAudioCoderBitRateTolerance()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the bit-rate tolerance to use.- Angegeben von:
getAudioCoderBitRateTolerancein SchnittstelleIAudioSection- Gibt zurück:
- bit-rate tolerance to use
-
setAudioCoderBitRateTolerance
public final void setAudioCoderBitRateTolerance(int bitRateTolerance) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the bit-rate tolerance to use.- Angegeben von:
setAudioCoderBitRateTolerancein SchnittstelleIAudioSection- Parameter:
bitRateTolerance- bit-rate tolerance to use.
-
getVideoStreamingUrl
Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the URL to receive live video stream.- Angegeben von:
getVideoStreamingUrlin SchnittstelleIAudioSection- Gibt zurück:
- URL to receive live video stream
-
setVideoStreamingUrl
Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the URL to receive live video stream.- Angegeben von:
setVideoStreamingUrlin SchnittstelleIAudioSection- Parameter:
videoStreamingUrl- URL to receive live video stream
-
getVideoCoderNumPicturesInGroupOfPictures
public final int getVideoCoderNumPicturesInGroupOfPictures()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the minimum number of frames between key-frames.- Angegeben von:
getVideoCoderNumPicturesInGroupOfPicturesin SchnittstelleIAudioSection- Gibt zurück:
- minimum number of frames between key-frames
-
setVideoCoderNumPicturesInGroupOfPictures
public final void setVideoCoderNumPicturesInGroupOfPictures(int numPicturesInGroupOfPictures) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the minimum number of frames between key-frames.- Angegeben von:
setVideoCoderNumPicturesInGroupOfPicturesin SchnittstelleIAudioSection- Parameter:
numPicturesInGroupOfPictures- minimum number of frames between key-frames
-
getVideoCoderBitRate
public final int getVideoCoderBitRate()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the bit-rate to use.- Angegeben von:
getVideoCoderBitRatein SchnittstelleIAudioSection- Gibt zurück:
- bit-rate to use
-
setVideoCoderBitRate
public final void setVideoCoderBitRate(int bitRate) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the bit-rate to use.- Angegeben von:
setVideoCoderBitRatein SchnittstelleIAudioSection- Parameter:
bitRate- bit-rate to use
-
getVideoCoderBitRateTolerance
public final int getVideoCoderBitRateTolerance()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the bit-rate tolerance to use.- Angegeben von:
getVideoCoderBitRateTolerancein SchnittstelleIAudioSection- Gibt zurück:
- bit-rate tolerance to use
-
setVideoCoderBitRateTolerance
public final void setVideoCoderBitRateTolerance(int bitRateTolerance) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the bit-rate tolerance to use.- Angegeben von:
setVideoCoderBitRateTolerancein SchnittstelleIAudioSection- Parameter:
bitRateTolerance- bit-rate tolerance to use
-
getVideoCoderGlobalQuality
public final int getVideoCoderGlobalQuality()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the global quality setting this codec uses if a video picture doesn't have a quality set.- Angegeben von:
getVideoCoderGlobalQualityin SchnittstelleIAudioSection- Gibt zurück:
- global quality setting this codec uses if a video picture doesn't have a quality set
-
setVideoCoderGlobalQuality
public final void setVideoCoderGlobalQuality(int globalQuality) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the global quality setting this codec uses if a video picture doesn't have a quality set.- Angegeben von:
setVideoCoderGlobalQualityin SchnittstelleIAudioSection- Parameter:
globalQuality- global quality setting this codec uses if a video picture doesn't have a quality set
-
getVideoCoderPreset
Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the preset properties of a FFmpeg preset file- Angegeben von:
getVideoCoderPresetin SchnittstelleIAudioSection- Gibt zurück:
- preset properties of a FFmpeg preset file
-
setVideoCoderPreset
Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the name of the preset properties of a FFmpeg preset file.- Angegeben von:
setVideoCoderPresetin SchnittstelleIAudioSection- Parameter:
preset- preset properties of a FFmpeg preset file
-
getVideoCoderAudioDelay
public final int getVideoCoderAudioDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Getter of the audio delay to sync audio and video. A positive value will delay the audio while a negative value will hasten the audio in the video.- Angegeben von:
getVideoCoderAudioDelayin SchnittstelleIAudioSection- Gibt zurück:
- audio delay to sync audio and video
-
setVideoCoderAudioDelay
public final void setVideoCoderAudioDelay(int audioDelay) Beschreibung aus Schnittstelle kopiert:IAudioSectionVideo Driver: Setter of the audio delay to sync audio and video. A positive value will delay the audio while a negative value will hasten the audio in the video.- Angegeben von:
setVideoCoderAudioDelayin SchnittstelleIAudioSection- Parameter:
audioDelay- audio delay to sync audio and video
-
isPlayOriginal
public final boolean isPlayOriginal()Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: Compare with MP3 recording - do we play the recording?- Angegeben von:
isPlayOriginalin SchnittstelleIAudioSection- Gibt zurück:
- play the recording
-
setPlayOriginal
public final void setPlayOriginal(boolean original) Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: compare with MP3 recording - Setter to play the recorded tune.- Angegeben von:
setPlayOriginalin SchnittstelleIAudioSection- Parameter:
original- Play recorded (original) or emulated tune
-
getMp3
Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: Compare with MP3 recording - Getter of the recorded tune file.- Angegeben von:
getMp3in SchnittstelleIAudioSection- Gibt zurück:
- the recorded tune file
-
setMp3
Beschreibung aus Schnittstelle kopiert:IAudioSectionAudio Driver: Compare with MP3 recording - Setter of the recorded tune file.- Angegeben von:
setMp3in SchnittstelleIAudioSection- Parameter:
recording- the recorded tune file
-
getDelayBypass
public final boolean getDelayBypass()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the delay bypass setting- Angegeben von:
getDelayBypassin SchnittstelleIAudioSection- Gibt zurück:
- delay bypass setting
-
setDelayBypass
public final void setDelayBypass(boolean delayBypass) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the delay bypass setting- Angegeben von:
setDelayBypassin SchnittstelleIAudioSection- Parameter:
delayBypass- delay bypass setting
-
getDelay
public final int getDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the delay setting- Angegeben von:
getDelayin SchnittstelleIAudioSection- Gibt zurück:
- delay setting
-
setDelay
public final void setDelay(int delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the delay setting- Angegeben von:
setDelayin SchnittstelleIAudioSection- Parameter:
delay- delay setting
-
getDelayWetLevel
public final int getDelayWetLevel()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the delay wet level setting- Angegeben von:
getDelayWetLevelin SchnittstelleIAudioSection- Gibt zurück:
- delay wet level setting
-
setDelayWetLevel
public final void setDelayWetLevel(int delayWetLevel) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the delay wet level setting- Angegeben von:
setDelayWetLevelin SchnittstelleIAudioSection- Parameter:
delayWetLevel- delay wet level setting
-
getDelayDryLevel
public final int getDelayDryLevel()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the delay dry level setting- Angegeben von:
getDelayDryLevelin SchnittstelleIAudioSection- Gibt zurück:
- delay dry level setting
-
setDelayDryLevel
public final void setDelayDryLevel(int delayDryLevel) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the delay dry level setting- Angegeben von:
setDelayDryLevelin SchnittstelleIAudioSection- Parameter:
delayDryLevel- delay dry level setting
-
getDelayFeedbackLevel
public final int getDelayFeedbackLevel()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the delay feedback level setting- Angegeben von:
getDelayFeedbackLevelin SchnittstelleIAudioSection- Gibt zurück:
- delay feedback level setting
-
setDelayFeedbackLevel
public final void setDelayFeedbackLevel(int delayFeedbackLevel) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the delay feedback level setting- Angegeben von:
setDelayFeedbackLevelin SchnittstelleIAudioSection- Parameter:
delayFeedbackLevel- delay feedback level setting
-
getReverbBypass
public final boolean getReverbBypass()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb bypass setting- Angegeben von:
getReverbBypassin SchnittstelleIAudioSection- Gibt zurück:
- reverb bypass setting
-
setReverbBypass
public final void setReverbBypass(boolean reverbBypass) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb bypass setting- Angegeben von:
setReverbBypassin SchnittstelleIAudioSection- Parameter:
reverbBypass- reverb bypass setting
-
getReverbComb1Delay
public final float getReverbComb1Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb comp1 delay setting- Angegeben von:
getReverbComb1Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb comp1 delay setting
-
setReverbComb1Delay
public final void setReverbComb1Delay(float reverbComb1Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb comp1 delay setting- Angegeben von:
setReverbComb1Delayin SchnittstelleIAudioSection- Parameter:
reverbComb1Delay- reverb comp1 delay setting
-
getReverbComb2Delay
public final float getReverbComb2Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb comp2 delay setting- Angegeben von:
getReverbComb2Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb comp2 delay setting
-
setReverbComb2Delay
public final void setReverbComb2Delay(float reverbComb2Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb comp2 delay setting- Angegeben von:
setReverbComb2Delayin SchnittstelleIAudioSection- Parameter:
reverbComb2Delay- reverb comp2 delay setting
-
getReverbComb3Delay
public final float getReverbComb3Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb comp3 delay setting- Angegeben von:
getReverbComb3Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb comp3 delay setting
-
setReverbComb3Delay
public final void setReverbComb3Delay(float reverbComb3Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb comp3 delay setting- Angegeben von:
setReverbComb3Delayin SchnittstelleIAudioSection- Parameter:
reverbComb3Delay- reverb comp3 delay setting
-
getReverbComb4Delay
public final float getReverbComb4Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb comp4 delay setting- Angegeben von:
getReverbComb4Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb comp4 delay setting
-
setReverbComb4Delay
public final void setReverbComb4Delay(float reverbComb4Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb comp4 delay setting- Angegeben von:
setReverbComb4Delayin SchnittstelleIAudioSection- Parameter:
reverbComb4Delay- reverb comp4 delay setting
-
getReverbAllPass1Delay
public final float getReverbAllPass1Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb all pass1 delay setting- Angegeben von:
getReverbAllPass1Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb all pass1 delay setting
-
setReverbAllPass1Delay
public final void setReverbAllPass1Delay(float reverbAllPass1Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb all pass1 delay delay setting- Angegeben von:
setReverbAllPass1Delayin SchnittstelleIAudioSection- Parameter:
reverbAllPass1Delay- reverb all pass1 delay delay setting
-
getReverbAllPass2Delay
public final float getReverbAllPass2Delay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb all pass2 delay setting- Angegeben von:
getReverbAllPass2Delayin SchnittstelleIAudioSection- Gibt zurück:
- reverb all pass2 delay setting
-
setReverbAllPass2Delay
public final void setReverbAllPass2Delay(float reverbAllPass2Delay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb all pass2 delay delay setting- Angegeben von:
setReverbAllPass2Delayin SchnittstelleIAudioSection- Parameter:
reverbAllPass2Delay- reverb all pass2 delay delay setting
-
getReverbSustainDelay
public final float getReverbSustainDelay()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb sustain delay setting- Angegeben von:
getReverbSustainDelayin SchnittstelleIAudioSection- Gibt zurück:
- reverb sustain delay setting
-
setReverbSustainDelay
public final void setReverbSustainDelay(float reverbSustainDelay) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb sustain delay delay setting- Angegeben von:
setReverbSustainDelayin SchnittstelleIAudioSection- Parameter:
reverbSustainDelay- reverb sustain delay delay setting
-
getReverbDryWetMix
public final float getReverbDryWetMix()Beschreibung aus Schnittstelle kopiert:IAudioSectionGetter of the reverb dry wet mix setting- Angegeben von:
getReverbDryWetMixin SchnittstelleIAudioSection- Gibt zurück:
- reverb dry wet mix setting
-
setReverbDryWetMix
public final void setReverbDryWetMix(float reverbDryWetMix) Beschreibung aus Schnittstelle kopiert:IAudioSectionSetter of the reverb dry wet mix setting- Angegeben von:
setReverbDryWetMixin SchnittstelleIAudioSection- Parameter:
reverbDryWetMix- reverb dry wet mix setting
-
toString
-