FormatConversionProvider |
Fournisseur de format de conversion |
---|---|
Java | javax.sound.sampled.spi |
Description
Cette classe permet de fournir des services de conversion de format pour un ou plusieurs formats d'entrée ou de sortie.
Liste des méthodes
Méthode | Prototype | Description | Hérité |
---|---|---|---|
FORMATCONVERSIONPROVIDER | public FormatConversionProvider() | Ce constructeur permet de construire l'objet. | |
GETAUDIOINPUTSTREAM | abstract AudioInputStream getAudioInputStream(AudioFormat.Encoding targetEncoding, AudioInputStream sourceStream); | Cette méthode permet de demander un flux d'entrée audio avec le codage spécifié à partir du flux d'entrée audio donné. | |
GETAUDIOINPUTSTREAM | abstract AudioInputStream getAudioInputStream(AudioFormat targetFormat, AudioInputStream sourceStream); | Cette méthode permet de demander un flux d'entrée audio avec le format spécifié à partir du flux d'entrée audio donné. | |
GETSOURCEENCODINGS | abstract AudioFormat.Encoding[] getSourceEncodings(); | Cette méthode permet de demander l'ensemble des codages de format source à partir desquels les services de conversion de format sont fournis par ce fournisseur. | |
GETTARGETENCODINGS | abstract AudioFormat.Encoding[] getTargetEncodings(); | Cette méthode permet de demander l'ensemble des codages de format cible auxquels les services de conversion de format sont fournis par ce fournisseur. | |
GETTARGETENCODINGS | abstract AudioFormat.Encoding[] getTargetEncodings(AudioFormat sourceFormat); | Cette méthode permet de demander l'ensemble des codages de format cible pris en charge par le convertisseur de format pour un format source particulier. | |
GETTARGETFORMATS | abstract AudioFormat[] getTargetFormats(AudioFormat.Encoding targetEncoding, AudioFormat sourceFormat); | Cette méthode permet de demander l'ensemble des formats cible avec le codage spécifié pris en charge par le convertisseur de format. Si aucun format cible avec le codage spécifié n'est pris en charge pour ce format source, un tableau de longueur 0 est renvoyé. | |
GETTARGETFORMATS | boolean isConversionSupported(AudioFormat.Encoding targetEncoding, AudioFormat sourceFormat); | Cette méthode permet d'indiquer si le convertisseur de format prend en charge la conversion en un codage particulier à partir d'un format particulier. | |
ISCONVERSIONSUPPORTED | boolean isConversionSupported(AudioFormat targetFormat, AudioFormat sourceFormat); | Cette méthode permet d'indiquer si le convertisseur de format prend en charge la conversion d'un format particulier à un autre. | |
ISSOURCEENCODINGSUPPORTED | boolean isSourceEncodingSupported(AudioFormat.Encoding sourceEncoding); | Cette méthode permet d'indiquer si le convertisseur de format prend en charge la conversion à partir du codage de format source spécifié. | |
ISTARGETENCODINGSUPPORTED | boolean isTargetEncodingSupported(AudioFormat.Encoding targetEncoding); | Cette méthode permet d'indiquer si le convertisseur de format prend en charge la conversion vers le codage de format cible spécifié. |
Dernière mise à jour : Dimanche, le 21 juin 2015