Uses of Class
qa.generator.sequence.SoundSequence
Packages that use SoundSequence
-
Uses of SoundSequence in qa
Methods in qa that return SoundSequenceModifier and TypeMethodDescriptionQASequenceDataUnit.getSoundSequence()
QASoundDataUnit.getSoundSequence()
Methods in qa with parameters of type SoundSequenceModifier and TypeMethodDescriptionvoid
QASequenceDataUnit.setSoundSequence
(SoundSequence soundSequence) Constructors in qa with parameters of type SoundSequenceModifierConstructorDescriptionQASequenceDataUnit
(long timeMilliseconds, SoundSequence soundSequence) QASoundDataUnit
(SoundSequence soundSequence, SequenceData sequenceData, long timeMilliseconds, int channelBitmap, long startSample, QASound qaSound, double receivedLevel) -
Uses of SoundSequence in qa.generator.location
Methods in qa.generator.location with parameters of type SoundSequenceModifier and TypeMethodDescriptionabstract LatLong
QALocationGenerator.getNextLocation
(LatLong currentReference, SoundSequence previousSequence) Generate the next location for testing.RandomLocationGenerator.getNextLocation
(LatLong currentReference, SoundSequence previousSequence) SetDistanceGenerator.getNextLocation
(LatLong currentReference, SoundSequence previousSequence) SmartLocationGenerator.getNextLocation
(LatLong currentReference, SoundSequence previousSequence) -
Uses of SoundSequence in qa.generator.sequence
Methods in qa.generator.sequence that return SoundSequenceModifier and TypeMethodDescriptionabstract SoundSequence
QASequenceGenerator.createSequence
(QATestSet qaTestSet, LatLong location, LatLong rxLocation, double sampleRate, long startSample) RandomSequenceGenerator.createSequence
(QATestSet qaTestSet, LatLong location, LatLong rxLocation, double sampleRate, long startSample) SequenceData.getSoundSequence()
Methods in qa.generator.sequence with parameters of type SoundSequenceModifier and TypeMethodDescriptionvoid
SequenceData.setSoundSequence
(SoundSequence soundSequence) Constructors in qa.generator.sequence with parameters of type SoundSequenceModifierConstructorDescriptionSequenceData
(SoundSequence soundSequence, int sequencePosition, long startSample, double amplitude) -
Uses of SoundSequence in qa.generator.testset
Methods in qa.generator.testset that return SoundSequenceModifier and TypeMethodDescriptionLongRandomTestSet.getNextSequence
(long startSample, LatLong currentLocation) abstract SoundSequence
QATestSet.getNextSequence
(long startSample, LatLong currentLocation) Get the next sequence of sounds.SimpleTestSet.getNextSequence
(long startSample, LatLong currentLocation) ViewerTestSet.getNextSequence
(long startSample, LatLong currentLocation) SimpleTestSet.getPreviousSequence()