Package sidplay.ini

Klasse IniAudioSection

java.lang.Object
sidplay.ini.IniSection
sidplay.ini.IniAudioSection
Alle implementierten Schnittstellen:
IAudioSection

public class IniAudioSection extends IniSection implements IAudioSection
Audio section of the INI file.
Autor:
Ken Händel
  • Felddetails

  • Konstruktordetails

    • IniAudioSection

      public IniAudioSection(IniReader iniReader)
  • Methodendetails

    • getAudio

      public final Audio getAudio()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the audio to be used.
      Angegeben von:
      getAudio in Schnittstelle IAudioSection
      Gibt zurück:
      the audio to be used
    • setAudio

      public final void setAudio(Audio audio)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the audio to be used.
      Angegeben von:
      setAudio in Schnittstelle IAudioSection
      Parameter:
      audio - audio to be used
    • getDevice

      public final int getDevice()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the JavaSound device number
      Angegeben von:
      getDevice in Schnittstelle IAudioSection
      Gibt zurück:
      the JavaSound device number
    • setDevice

      public final void setDevice(int device)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the JavaSound device number
      Angegeben von:
      setDevice in Schnittstelle IAudioSection
      Parameter:
      device - JavaSound device number
    • getSamplingRate

      public final SamplingRate getSamplingRate()
      Getter of the Playback/Recording frequency.
      Angegeben von:
      getSamplingRate in Schnittstelle IAudioSection
      Gibt zurück:
      Playback/Recording frequency
    • setSamplingRate

      public final void setSamplingRate(SamplingRate samplingRate)
      Setter of the Playback/Recording frequency.
      Angegeben von:
      setSamplingRate in Schnittstelle IAudioSection
      Parameter:
      samplingRate - Playback/Recording frequency
    • getSampling

      public final SamplingMethod getSampling()
      Getter of the sampling method.
      Angegeben von:
      getSampling in Schnittstelle IAudioSection
      Gibt zurück:
      the sampling method
    • setSampling

      public final void setSampling(SamplingMethod method)
      Setter of the sampling method.
      Angegeben von:
      setSampling in Schnittstelle IAudioSection
      Parameter:
      method - the sampling method
    • getMainVolume

      public final float getMainVolume()
      Getter of the main SID volume setting.
      Angegeben von:
      getMainVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID volume setting
    • setMainVolume

      public final void setMainVolume(float volume)
      Setter of the main SID volume setting.
      Angegeben von:
      setMainVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the main SID volume setting
    • getSecondVolume

      public final float getSecondVolume()
      Getter of the second SID volume setting.
      Angegeben von:
      getSecondVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID volume setting
    • setSecondVolume

      public final void setSecondVolume(float volume)
      Setter of the second SID volume setting.
      Angegeben von:
      setSecondVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the second SID volume setting
    • getThirdVolume

      public final float getThirdVolume()
      Getter of the third SID volume setting.
      Angegeben von:
      getThirdVolume in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID volume setting
    • setThirdVolume

      public final void setThirdVolume(float volume)
      Setter of the third SID volume setting.
      Angegeben von:
      setThirdVolume in Schnittstelle IAudioSection
      Parameter:
      volume - the third SID volume setting
    • getMainBalance

      public final float getMainBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the main SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getMainBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID balance setting
    • setMainBalance

      public final void setMainBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the main SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setMainBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the main SID balance setting
    • getSecondBalance

      public final float getSecondBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the second SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getSecondBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID balance setting
    • setSecondBalance

      public final void setSecondBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the second SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setSecondBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the second SID balance setting
    • getThirdBalance

      public final float getThirdBalance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the third SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      getThirdBalance in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID balance setting
    • setThirdBalance

      public final void setThirdBalance(float balance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the third SID balance setting (0 - left, 1 - right speaker).
      Angegeben von:
      setThirdBalance in Schnittstelle IAudioSection
      Parameter:
      balance - the third SID balance setting
    • getMainDelay

      public final int getMainDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the main SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getMainDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the main SID delay setting
    • setMainDelay

      public final void setMainDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the main SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setMainDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the main SID delay setting
    • getSecondDelay

      public final int getSecondDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the second SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getSecondDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the second SID delay setting
    • setSecondDelay

      public final void setSecondDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the second SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setSecondDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the second SID delay setting
    • getThirdDelay

      public final int getThirdDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the third SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      getThirdDelay in Schnittstelle IAudioSection
      Gibt zurück:
      the third SID delay setting
    • setThirdDelay

      public final void setThirdDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the third SID delay setting (0 - no delay, 50 - 50ms delay).
      Angegeben von:
      setThirdDelay in Schnittstelle IAudioSection
      Parameter:
      delay - the third SID delay setting
    • getBufferSize

      public final int getBufferSize()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the output buffer size.
      Angegeben von:
      getBufferSize in Schnittstelle IAudioSection
      Gibt zurück:
      size of the output buffer
    • setBufferSize

      public final void setBufferSize(int bufferSize)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the output buffer size.
      Angegeben von:
      setBufferSize in Schnittstelle IAudioSection
      Parameter:
      bufferSize - output buffer size
    • getAudioBufferSize

      public final int getAudioBufferSize()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the audio buffer size.
      Angegeben von:
      getAudioBufferSize in Schnittstelle IAudioSection
      Gibt zurück:
      size of the audio buffer
    • setAudioBufferSize

      public final void setAudioBufferSize(int audioBufferSize)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the audio buffer size.
      Angegeben von:
      setAudioBufferSize in Schnittstelle IAudioSection
      Parameter:
      audioBufferSize - audio buffer size
    • getCbr

      public final int getCbr()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Getter of the constant bit rate.
      Angegeben von:
      getCbr in Schnittstelle IAudioSection
      Gibt zurück:
      the constant bit rate
    • setCbr

      public final void setCbr(int cbr)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Setter of the constant bit rate.
      Angegeben von:
      setCbr in Schnittstelle IAudioSection
      Parameter:
      cbr - constant bit rate
    • isVbr

      public final boolean isVbr()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - do we use variable bitrate instead of constant bitrate?
      Angegeben von:
      isVbr in Schnittstelle IAudioSection
      Gibt zurück:
      use variable bitrate
    • setVbr

      public final void setVbr(boolean vbr)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - use variable bitrate instead of constant bitrate.
      Angegeben von:
      setVbr in Schnittstelle IAudioSection
      Parameter:
      vbr - use variable bitrate
    • getVbrQuality

      public final int getVbrQuality()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Getter of the variable bitrate quality.
      Angegeben von:
      getVbrQuality in Schnittstelle IAudioSection
      Gibt zurück:
      variable bitrate quality
    • setVbrQuality

      public final void setVbrQuality(int vbr)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: MP3 recording - Setter of the variable bitrate quality.
      Angegeben von:
      setVbrQuality in Schnittstelle IAudioSection
      Parameter:
      vbr - variable bitrate quality
    • getAudioCoderBitRate

      public final int getAudioCoderBitRate()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate to use.
      Angegeben von:
      getAudioCoderBitRate in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate to use
    • setAudioCoderBitRate

      public final void setAudioCoderBitRate(int bitRate)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate to use.
      Angegeben von:
      setAudioCoderBitRate in Schnittstelle IAudioSection
      Parameter:
      bitRate - bit-rate to use
    • getAudioCoderBitRateTolerance

      public final int getAudioCoderBitRateTolerance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate tolerance to use.
      Angegeben von:
      getAudioCoderBitRateTolerance in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate tolerance to use
    • setAudioCoderBitRateTolerance

      public final void setAudioCoderBitRateTolerance(int bitRateTolerance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate tolerance to use.
      Angegeben von:
      setAudioCoderBitRateTolerance in Schnittstelle IAudioSection
      Parameter:
      bitRateTolerance - bit-rate tolerance to use.
    • getVideoStreamingUrl

      public final String getVideoStreamingUrl()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the URL to receive live video stream.
      Angegeben von:
      getVideoStreamingUrl in Schnittstelle IAudioSection
      Gibt zurück:
      URL to receive live video stream
    • setVideoStreamingUrl

      public final void setVideoStreamingUrl(String videoStreamingUrl)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the URL to receive live video stream.
      Angegeben von:
      setVideoStreamingUrl in Schnittstelle IAudioSection
      Parameter:
      videoStreamingUrl - URL to receive live video stream
    • getVideoCoderNumPicturesInGroupOfPictures

      public final int getVideoCoderNumPicturesInGroupOfPictures()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the minimum number of frames between key-frames.
      Angegeben von:
      getVideoCoderNumPicturesInGroupOfPictures in Schnittstelle IAudioSection
      Gibt zurück:
      minimum number of frames between key-frames
    • setVideoCoderNumPicturesInGroupOfPictures

      public final void setVideoCoderNumPicturesInGroupOfPictures(int numPicturesInGroupOfPictures)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the minimum number of frames between key-frames.
      Angegeben von:
      setVideoCoderNumPicturesInGroupOfPictures in Schnittstelle IAudioSection
      Parameter:
      numPicturesInGroupOfPictures - minimum number of frames between key-frames
    • getVideoCoderBitRate

      public final int getVideoCoderBitRate()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate to use.
      Angegeben von:
      getVideoCoderBitRate in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate to use
    • setVideoCoderBitRate

      public final void setVideoCoderBitRate(int bitRate)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate to use.
      Angegeben von:
      setVideoCoderBitRate in Schnittstelle IAudioSection
      Parameter:
      bitRate - bit-rate to use
    • getVideoCoderBitRateTolerance

      public final int getVideoCoderBitRateTolerance()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the bit-rate tolerance to use.
      Angegeben von:
      getVideoCoderBitRateTolerance in Schnittstelle IAudioSection
      Gibt zurück:
      bit-rate tolerance to use
    • setVideoCoderBitRateTolerance

      public final void setVideoCoderBitRateTolerance(int bitRateTolerance)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the bit-rate tolerance to use.
      Angegeben von:
      setVideoCoderBitRateTolerance in Schnittstelle IAudioSection
      Parameter:
      bitRateTolerance - bit-rate tolerance to use
    • getVideoCoderGlobalQuality

      public final int getVideoCoderGlobalQuality()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the global quality setting this codec uses if a video picture doesn't have a quality set.
      Angegeben von:
      getVideoCoderGlobalQuality in Schnittstelle IAudioSection
      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: IAudioSection
      Video Driver: Setter of the global quality setting this codec uses if a video picture doesn't have a quality set.
      Angegeben von:
      setVideoCoderGlobalQuality in Schnittstelle IAudioSection
      Parameter:
      globalQuality - global quality setting this codec uses if a video picture doesn't have a quality set
    • getVideoCoderPreset

      public final VideoCoderPreset getVideoCoderPreset()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Getter of the preset properties of a FFmpeg preset file
      Angegeben von:
      getVideoCoderPreset in Schnittstelle IAudioSection
      Gibt zurück:
      preset properties of a FFmpeg preset file
    • setVideoCoderPreset

      public final void setVideoCoderPreset(VideoCoderPreset preset)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video Driver: Setter of the name of the preset properties of a FFmpeg preset file.
      Angegeben von:
      setVideoCoderPreset in Schnittstelle IAudioSection
      Parameter:
      preset - preset properties of a FFmpeg preset file
    • getVideoCoderAudioDelay

      public final int getVideoCoderAudioDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video 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:
      getVideoCoderAudioDelay in Schnittstelle IAudioSection
      Gibt zurück:
      audio delay to sync audio and video
    • setVideoCoderAudioDelay

      public final void setVideoCoderAudioDelay(int audioDelay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Video 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:
      setVideoCoderAudioDelay in Schnittstelle IAudioSection
      Parameter:
      audioDelay - audio delay to sync audio and video
    • isPlayOriginal

      public final boolean isPlayOriginal()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - do we play the recording?
      Angegeben von:
      isPlayOriginal in Schnittstelle IAudioSection
      Gibt zurück:
      play the recording
    • setPlayOriginal

      public final void setPlayOriginal(boolean original)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: compare with MP3 recording - Setter to play the recorded tune.
      Angegeben von:
      setPlayOriginal in Schnittstelle IAudioSection
      Parameter:
      original - Play recorded (original) or emulated tune
    • getMp3

      public final File getMp3()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - Getter of the recorded tune file.
      Angegeben von:
      getMp3 in Schnittstelle IAudioSection
      Gibt zurück:
      the recorded tune file
    • setMp3

      public final void setMp3(File recording)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Audio Driver: Compare with MP3 recording - Setter of the recorded tune file.
      Angegeben von:
      setMp3 in Schnittstelle IAudioSection
      Parameter:
      recording - the recorded tune file
    • getDelayBypass

      public final boolean getDelayBypass()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay bypass setting
      Angegeben von:
      getDelayBypass in Schnittstelle IAudioSection
      Gibt zurück:
      delay bypass setting
    • setDelayBypass

      public final void setDelayBypass(boolean delayBypass)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay bypass setting
      Angegeben von:
      setDelayBypass in Schnittstelle IAudioSection
      Parameter:
      delayBypass - delay bypass setting
    • getDelay

      public final int getDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay setting
      Angegeben von:
      getDelay in Schnittstelle IAudioSection
      Gibt zurück:
      delay setting
    • setDelay

      public final void setDelay(int delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay setting
      Angegeben von:
      setDelay in Schnittstelle IAudioSection
      Parameter:
      delay - delay setting
    • getDelayWetLevel

      public final int getDelayWetLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay wet level setting
      Angegeben von:
      getDelayWetLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay wet level setting
    • setDelayWetLevel

      public final void setDelayWetLevel(int delayWetLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay wet level setting
      Angegeben von:
      setDelayWetLevel in Schnittstelle IAudioSection
      Parameter:
      delayWetLevel - delay wet level setting
    • getDelayDryLevel

      public final int getDelayDryLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay dry level setting
      Angegeben von:
      getDelayDryLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay dry level setting
    • setDelayDryLevel

      public final void setDelayDryLevel(int delayDryLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay dry level setting
      Angegeben von:
      setDelayDryLevel in Schnittstelle IAudioSection
      Parameter:
      delayDryLevel - delay dry level setting
    • getDelayFeedbackLevel

      public final int getDelayFeedbackLevel()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the delay feedback level setting
      Angegeben von:
      getDelayFeedbackLevel in Schnittstelle IAudioSection
      Gibt zurück:
      delay feedback level setting
    • setDelayFeedbackLevel

      public final void setDelayFeedbackLevel(int delayFeedbackLevel)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the delay feedback level setting
      Angegeben von:
      setDelayFeedbackLevel in Schnittstelle IAudioSection
      Parameter:
      delayFeedbackLevel - delay feedback level setting
    • getReverbBypass

      public final boolean getReverbBypass()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb bypass setting
      Angegeben von:
      getReverbBypass in Schnittstelle IAudioSection
      Gibt zurück:
      reverb bypass setting
    • setReverbBypass

      public final void setReverbBypass(boolean reverbBypass)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb bypass setting
      Angegeben von:
      setReverbBypass in Schnittstelle IAudioSection
      Parameter:
      reverbBypass - reverb bypass setting
    • getReverbComb1Delay

      public final float getReverbComb1Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp1 delay setting
      Angegeben von:
      getReverbComb1Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp1 delay setting
    • setReverbComb1Delay

      public final void setReverbComb1Delay(float reverbComb1Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp1 delay setting
      Angegeben von:
      setReverbComb1Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb1Delay - reverb comp1 delay setting
    • getReverbComb2Delay

      public final float getReverbComb2Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp2 delay setting
      Angegeben von:
      getReverbComb2Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp2 delay setting
    • setReverbComb2Delay

      public final void setReverbComb2Delay(float reverbComb2Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp2 delay setting
      Angegeben von:
      setReverbComb2Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb2Delay - reverb comp2 delay setting
    • getReverbComb3Delay

      public final float getReverbComb3Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp3 delay setting
      Angegeben von:
      getReverbComb3Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp3 delay setting
    • setReverbComb3Delay

      public final void setReverbComb3Delay(float reverbComb3Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp3 delay setting
      Angegeben von:
      setReverbComb3Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb3Delay - reverb comp3 delay setting
    • getReverbComb4Delay

      public final float getReverbComb4Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb comp4 delay setting
      Angegeben von:
      getReverbComb4Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb comp4 delay setting
    • setReverbComb4Delay

      public final void setReverbComb4Delay(float reverbComb4Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb comp4 delay setting
      Angegeben von:
      setReverbComb4Delay in Schnittstelle IAudioSection
      Parameter:
      reverbComb4Delay - reverb comp4 delay setting
    • getReverbAllPass1Delay

      public final float getReverbAllPass1Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb all pass1 delay setting
      Angegeben von:
      getReverbAllPass1Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb all pass1 delay setting
    • setReverbAllPass1Delay

      public final void setReverbAllPass1Delay(float reverbAllPass1Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb all pass1 delay delay setting
      Angegeben von:
      setReverbAllPass1Delay in Schnittstelle IAudioSection
      Parameter:
      reverbAllPass1Delay - reverb all pass1 delay delay setting
    • getReverbAllPass2Delay

      public final float getReverbAllPass2Delay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb all pass2 delay setting
      Angegeben von:
      getReverbAllPass2Delay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb all pass2 delay setting
    • setReverbAllPass2Delay

      public final void setReverbAllPass2Delay(float reverbAllPass2Delay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb all pass2 delay delay setting
      Angegeben von:
      setReverbAllPass2Delay in Schnittstelle IAudioSection
      Parameter:
      reverbAllPass2Delay - reverb all pass2 delay delay setting
    • getReverbSustainDelay

      public final float getReverbSustainDelay()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb sustain delay setting
      Angegeben von:
      getReverbSustainDelay in Schnittstelle IAudioSection
      Gibt zurück:
      reverb sustain delay setting
    • setReverbSustainDelay

      public final void setReverbSustainDelay(float reverbSustainDelay)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb sustain delay delay setting
      Angegeben von:
      setReverbSustainDelay in Schnittstelle IAudioSection
      Parameter:
      reverbSustainDelay - reverb sustain delay delay setting
    • getReverbDryWetMix

      public final float getReverbDryWetMix()
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Getter of the reverb dry wet mix setting
      Angegeben von:
      getReverbDryWetMix in Schnittstelle IAudioSection
      Gibt zurück:
      reverb dry wet mix setting
    • setReverbDryWetMix

      public final void setReverbDryWetMix(float reverbDryWetMix)
      Beschreibung aus Schnittstelle kopiert: IAudioSection
      Setter of the reverb dry wet mix setting
      Angegeben von:
      setReverbDryWetMix in Schnittstelle IAudioSection
      Parameter:
      reverbDryWetMix - reverb dry wet mix setting
    • toString

      public final String toString()
      Setzt außer Kraft:
      toString in Klasse Object