Uses of Interface
soundPlayback.PlaybackProgressMonitor
Packages that use PlaybackProgressMonitor
-
Uses of PlaybackProgressMonitor in soundPlayback
Fields in soundPlayback declared as PlaybackProgressMonitorModifier and TypeFieldDescriptionprotected PlaybackProgressMonitorPlaybackControl.playbackProgressMonitorMethods in soundPlayback with parameters of type PlaybackProgressMonitorModifier and TypeMethodDescriptionvoidPlaybackDataServer.orderPlaybackData(PamObserver dataObserver, PlaybackProgressMonitor progressMonitor, float playbackRate, long startMillis, long endMillis) Request playback data.booleanPlaybackControl.playViewerData(int channelMap, long startMillis, long endMillis, PlaybackProgressMonitor playbackProgressMonitor) Play back raw audio data for a specific channel.booleanPlaybackControl.playViewerData(int channelMap, long startMillis, long endMillis, PlaybackProgressMonitor playbackProgressMonitor, PlaybackDataServer playDataServer) This one is for playing back non-raw data through the sound card.booleanPlaybackControl.playViewerData(long startMillis, long endMillis, PlaybackProgressMonitor playbackProgressMonitor) The simplest of the viewer instructions simply instructs the playback module to play data from it's own data source between the given times.