Uses of Class
qa.generator.sequence.SoundSequence
-
Uses of SoundSequence in qa
Modifier and TypeMethodDescriptionQASequenceDataUnit.getSoundSequence()
QASoundDataUnit.getSoundSequence()
Modifier and TypeMethodDescriptionvoid
QASequenceDataUnit.setSoundSequence
(SoundSequence soundSequence) ModifierConstructorDescriptionQASequenceDataUnit
(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
Modifier 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
Modifier 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()
Modifier and TypeMethodDescriptionvoid
SequenceData.setSoundSequence
(SoundSequence soundSequence) ModifierConstructorDescriptionSequenceData
(SoundSequence soundSequence, int sequencePosition, long startSample, double amplitude) -
Uses of SoundSequence in qa.generator.testset
Modifier 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()