Package mediaframe.mpeg1.audio.player

Provides classes and interfaces for playing the audio stream by using the JavaSound API (for the JRE 1.3 and above) or the sun.audio.AudioPlayer class (for the JRE version < 1.3).

See:
          Description

Interface Summary
AudioDevice The AudioDevice interface provides an abstraction for a device capable of sounding audio samples.
 

Class Summary
AudioDeviceFactory The AudioDeviceFactory class stores the factories for all the audio device implementations available in the system.
BigPipedInputStream The BigPipedInputStream represents the Piped Input Stream.
BigPipedOutputStream The BigPipedOutputStream represents the Piped Output Stream.
EightBitAudioDevice The EightBitAudioDevice class implements an audio device by using the sun.audio.AudioPlayer class.
JavaSoundAudioDevice The JavaSoundAudioDevice class implements an audio device by using the JavaSound API.
Player The Player class implements a simple player for playback of an MPEG audio stream.
 

Package mediaframe.mpeg1.audio.player Description

Provides classes and interfaces for playing the audio stream by using the JavaSound API (for the JRE 1.3 and above) or the sun.audio.AudioPlayer class (for the JRE version < 1.3).