Uses of Class
edu.washington.cs.sounddetector.server.api.object.PeakEvent

Packages that use PeakEvent
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.method   
edu.washington.cs.sounddetector.server.api.object   
 

Uses of PeakEvent in edu.washington.cs.sounddetector.server.api
 

Method parameters in edu.washington.cs.sounddetector.server.api with type arguments of type PeakEvent
 String SoundDetectorAPI.classify(String detectorId, byte[] sound, SoundFormat soundFormat, List<PeakEvent> peakEvents)
          Notify the server that a sound event was detected.
 

Uses of PeakEvent in edu.washington.cs.sounddetector.server.api.method
 

Methods in edu.washington.cs.sounddetector.server.api.method that return types with arguments of type PeakEvent
 List<PeakEvent> Classify.getPeakEvents()
           
 

Method parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type PeakEvent
 void Classify.setPeakEvents(List<PeakEvent> peakEvents)
           
 

Constructor parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type PeakEvent
Classify(String detectorId, byte[] sound, SoundFormat soundFormat, List<PeakEvent> peakEvents)
           
 

Uses of PeakEvent in edu.washington.cs.sounddetector.server.api.object
 

Methods in edu.washington.cs.sounddetector.server.api.object that return types with arguments of type PeakEvent
 List<PeakEvent> Notification.getPeakEvents()
           
 

Method parameters in edu.washington.cs.sounddetector.server.api.object with type arguments of type PeakEvent
 void Notification.setPeakEvents(List<PeakEvent> peakEvents)
           
 

Constructor parameters in edu.washington.cs.sounddetector.server.api.object with type arguments of type PeakEvent
Notification(SoundClass soundClass, String detectorId, List<PeakEvent> peakEvents)
          Construct a new Notification.
 



Copyright © 2012. All Rights Reserved.