Sie sind auf Seite 1von 1

Java Platform

Standard Ed. 7
All Classes

Packages

Overview Package

Class

Prev Class Next Class

Use Tree Deprecated Index Help


Frames No Frames

Summary: Nested | Field | Constr | Method

Java Platform
Standard Ed. 7

Detail: Field | Constr | Method

javax.sound.sampled
java.applet
java.awt
Class AudioInputStream
java.awt.color
java.awt.datatransfer
java.lang.Object
java.awt.dnd
java.io.InputStream
java.awt.event
javax.sound.sampled.AudioInputStream
java.awt.font
java.awt.geom
All Implemented Interfaces:
java.awt.im
java.awt.im.spi
Closeable, AutoCloseable
java.awt.image
java.awt.image.renderable
All Classes

public class AudioInputStream


extends InputStream

AbstractAction
An audio input stream is an input stream with a specified audio format and length. The
AbstractAnnotationValueVisitor6
length is expressed in sample frames, not bytes. Several methods are provided for
AbstractAnnotationValueVisitor7
reading a certain number of bytes from the stream, or an unspecified number of bytes.
AbstractBorder
The audio input stream keeps track of the last byte that was read. You can skip over an
AbstractButton
arbitrary number of bytes to get to a later position for reading. An audio input stream
AbstractCellEditor
may support marks. When you set a mark, the current position is remembered so that
AbstractCollection
AbstractColorChooserPanelyou can return to it later.
AbstractDocument
The AudioSystem class includes many methods that manipulate AudioInputStream
AbstractDocument.AttributeContext
AbstractDocument.Contentobjects. For example, the methods let you:
AbstractDocument.ElementEdit
obtain an audio input stream from an external audio file, stream, or URL
AbstractElementVisitor6
write an external file from an audio input stream
AbstractElementVisitor7
convert an audio input stream to a different audio format
AbstractExecutorService
AbstractInterruptibleChannel
Since:
AbstractLayoutCache
AbstractLayoutCache.NodeDimensions
1.3
AbstractList
See Also:
AbstractListModel
AbstractMap
AudioSystem, Clip.open(AudioInputStream)
AbstractMap.SimpleEntry
AbstractMap.SimpleImmutableEntry
AbstractMarshallerImpl
AbstractMethodError
Field Summary
AbstractOwnableSynchronizer
AbstractPreferences
AbstractProcessor
Fields
AbstractQueue
Modifier and Type
Field and Description
AbstractQueuedLongSynchronizer
AbstractQueuedSynchronizer protected AudioFormat format
AbstractRegionPainter
The format of the audio data contained in the
AbstractRegionPainter.PaintContext
stream.
AbstractRegionPainter.PaintContext.CacheM
protected long
frameLength
AbstractScriptEngine
AbstractSelectableChannel
This stream's length, in sample frames.
AbstractSelectionKey
protected long
framePos
AbstractSelector
The current position in this stream, in sample
AbstractSequentialList
frames (zero-based).
AbstractSet
protected
int
frameSize
AbstractSpinnerModel
AbstractTableModel
The size of each frame, in bytes.
AbstractTypeVisitor6

Das könnte Ihnen auch gefallen