Uses of Enum Class
ca.corbett.extras.audio.PlaybackThread.StopReason
Packages that use PlaybackThread.StopReason
Package
Description
Contains utility classes related to audio handling (playback and recording).
-
Uses of PlaybackThread.StopReason in ca.corbett.extras.audio
Fields in ca.corbett.extras.audio declared as PlaybackThread.StopReasonMethods in ca.corbett.extras.audio that return PlaybackThread.StopReasonModifier and TypeMethodDescriptionstatic PlaybackThread.StopReasonReturns the enum constant of this class with the specified name.static PlaybackThread.StopReason[]PlaybackThread.StopReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.extras.audio with parameters of type PlaybackThread.StopReasonModifier and TypeMethodDescriptionvoidAudioPanelListener.audioStopped(PlaybackThread.StopReason stopReason) In addition to stateChanged, this message will also be triggered when audio stops playing, to provide information about why the audio stopped.protected voidPlaybackThread.fireStopEvent(PlaybackThread.StopReason stopReason) voidPlaybackListener.stopped(PlaybackThread.StopReason stopReason) Invoked when playback stops, either due to programmatic stop or by hitting the end of the audio stream. -
Uses of PlaybackThread.StopReason in ca.corbett.extras.demo.panels
Methods in ca.corbett.extras.demo.panels with parameters of type PlaybackThread.StopReasonModifier and TypeMethodDescriptionvoidAudioDemoPanel.audioStopped(PlaybackThread.StopReason stopReason)