Package javax.sound.sampled
See: Description
-
Interface Summary Interface Description Clip TheClip
interface represents a special kind of data line whose audio data can be loaded prior to playback, instead of being streamed in real time.DataLine DataLine
adds media-related functionality to its superinterface,
.Line
Line TheLine
interface represents a mono or multi-channel audio feed.LineListener Instances of classes that implement theLineListener
interface can register to receive events when a line's status changes.Mixer A mixer is an audio device with one or more lines.Port Ports are simple lines for input or output of audio to or from audio devices.SourceDataLine A source data line is a data line to which data may be written.TargetDataLine A target data line is a type of
from which audio data can be read.DataLine
-
Class Summary Class Description AudioFileFormat An instance of theAudioFileFormat
class describes an audio file, including the file type, the file's length in bytes, the length in sample frames of the audio data contained in the file, and the format of the audio data.AudioFileFormat.Type An instance of theType
class represents one of the standard types of audio file.AudioFormat AudioFormat
is the class that specifies a particular arrangement of data in a sound stream.AudioFormat.Encoding TheEncoding
class names the specific type of data representation used for an audio stream.AudioInputStream An audio input stream is an input stream with a specified audio format and length.AudioPermission TheAudioPermission
class represents access rights to the audio system resources.AudioSystem TheAudioSystem
class acts as the entry point to the sampled-audio system resources.BooleanControl ABooleanControl
provides the ability to switch between two possible settings that affect a line's audio.BooleanControl.Type An instance of theBooleanControl.Type
class identifies one kind of boolean control.CompoundControl ACompoundControl
, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as aControl
.CompoundControl.Type An instance of theCompoundControl.Type
inner class identifies one kind of compound control.Control Lines
often have a set of controls, such as gain and pan, that affect the audio signal passing through the line.Control.Type An instance of theType
class represents the type of the control.DataLine.Info Besides the class information inherited from its superclass,DataLine.Info
provides additional information specific to data lines.EnumControl AEnumControl
provides control over a set of discrete possible values, each represented by an object.EnumControl.Type An instance of theEnumControl.Type
inner class identifies one kind of enumerated control.FloatControl AFloatControl
object provides control over a range of floating-point values.FloatControl.Type An instance of theFloatControl.Type
inner class identifies one kind of float control.Line.Info ALine.Info
object contains information about a line.LineEvent TheLineEvent
class encapsulates information that a line sends its listeners whenever the line opens, closes, starts, or stops.LineEvent.Type The LineEvent.Type inner class identifies what kind of event occurred on a line.Mixer.Info TheMixer.Info
class represents information about an audio mixer, including the product's name, version, and vendor, along with a textual description.Port.Info ThePort.Info
class extends
with additional information specific to ports, including the port's name and whether it is a source or a target for its mixer.Line.Info
ReverbType TheReverbType
class provides methods for accessing various reverberation settings to be applied to an audio signal. -
Exception Summary Exception Description LineUnavailableException ALineUnavailableException
is an exception indicating that a line cannot be opened because it is unavailable.UnsupportedAudioFileException AnUnsupportedAudioFileException
is an exception indicating that an operation failed because a file did not contain valid data of a recognized file type and format.
Package javax.sound.sampled Description
Related Documentation
For overviews, tutorials, examples, and guides, please see:- Since:
- 1.3
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/sound/sampled/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.