Package danger.audio

Classes that provide access to audio of all types.

See:
          Description

Interface Summary
BufferedStream.Error DATA for Status Callback Events.
BufferedStream.Status WHAT for Status Callback Events.
Default Audio defaults, volume levels, and normal profile name.
Default.Volume Defaults for the VolumeManager
Format.Errors  
Format.RecordType Format.Type.WAV is the same as Format.RecordType.WAV for backward compatibility
Format.Type Supported audio types
MidiConstants Standard Midi constants.
Playable Deprecated. This class is obsolete, and will be removed in a future release.
PlayableAudio The PlayableAudio interface provides methods which are common to all audio objects, including volume, transposition, stereo position, buzz/flash effects, and routing.
PreviewTone.Loop Contains the constants to use in order to control looping while using a PreviewTone
ProfileGallery.Class Bits for use with ProfileGallery.getNames(int).
ProfileGallery.Errors Errors return by various methods.
Recorder.Errors Status values.
Route All audio objects have a route setting.
Tone.Errors Most methods return an error code.
ToneFilter Bits for playback
ToneGallery.Errors  
ToneGallery.Type type ID's.
ToneOrigin Origin of tone data.
ToneRights Rights of tone data.
VolumeSelector VolumeSelector, when getting/setting mute status or volumes
 

Class Summary
AudioManager The AudioManager class is the main factory for creating and playing audio objects.
BufferedStream The BufferedStream class represents a Java stream based audio object.
Format This class is used for file type determination, and file conversion
Meta The Danger OS has a system of UI related audio cues.
Metatag Deprecated. See ContentManager
MidiReader Parse a standard Midi file.
MidiWriter Write a standard Midi file.
PreviewTone This class is used to preview tones.
Profile The Profile class is a containter for a audio state.
ProfileGallery The ProfileGallery contains a list all the audio Profile objects.
Recorder  
RingToneObject The RingToneObject is used by the ToneManager and the Meta class for storing and playing ringtones.
Sequence Sequences types are: midi, xmf, rmf, sms, smaf, imedoly, mono ringtone formats.
SimpleTonePlayer A simple mechanism for generating audio tones.
Sound The Sound class represents a PCM based audio file.
SoundProperties The SoundProperties object is returned when using: Format.getSoundProperties(byte[], danger.audio.SoundProperties)
Stream The Stream class represents a PCM based audio file.
Tone A Tone can be a sequence (Midi, RMF, NRT) or a sound (WAV, AIF, MP3, AAC, AMR, WMA) object.
ToneClass bits for Tone
ToneGallery This class manages system and application wide available Tones.
VolumeManager One volume to ring them all!
 

Exception Summary
AudioException  
AudioInUseException  
 

Package danger.audio Description

Classes that provide access to audio of all types.