Searched refs:AU (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jdk/test/javax/sound/sampled/spi/AudioFileWriter/
H A DWriteAuUnspecifiedLength.java44 AudioSystem.write(ais, AudioFileFormat.Type.AU, new ByteArrayOutputStream());
H A DAUwithULAW.java50 System.out.println(" ulaw data will be written as AU to stream...");
51 int t = AudioSystem.write(ais, AudioFileFormat.Type.AU, out);
H A DWriterCloseInput.java27 * @summary AIFF/AU/WAVE writers close input audio stream
59 test(AudioFileFormat.Type.AU);
H A DWriteUnsupportedAudioFormat.java45 import static javax.sound.sampled.AudioFileFormat.Type.AU;
85 WAVE, AU, AIFF, AIFC, SND, new Type("TestName", "TestExt")
H A DExpectedNPEOnNull.java62 private static final Type[] types = {Type.WAVE, Type.AU, Type.AIFF,
/openjdk10/jdk/test/javax/sound/sampled/FileTypeExtension/
H A DFileTypeExtensionTest.java38 AudioFileFormat.Type.AU,
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFileFormat.java176 * Obtains the audio file type, such as {@code WAVE} or {@code AU}.
180 * @see Type#AU
304 * Specifies an AU file.
306 public static final Type AU = new Type("AU", "au"); field in class:AudioFileFormat.Type
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DAuFileReader.java38 * AU file reader.
53 // not AU, throw exception
54 throw new UnsupportedAudioFileException("not an AU file");
126 throw new UnsupportedAudioFileException("not a valid AU file");
130 // is currently undefined by AU specification and is unsupported by
141 //$$fb 2002-11-02: fix for 4629669: AU file reader: problems with empty files
152 return new AuFileFormat(Type.AU, byteLength, format, frameLength);
H A DAuFileWriter.java48 * AU file writer.
63 super(new Type[]{Type.AU});
128 // skip AU magic and data offset field
172 return new AuFileFormat(Type.AU, fileSize, format,
/openjdk10/jdk/test/javax/sound/sampled/AudioInputStream/
H A DFrameLengthAfterConversion.java45 import static javax.sound.sampled.AudioFileFormat.Type.AU;
77 WAVE, AU, AIFF, AIFC, SND,
/openjdk10/jdk/test/javax/sound/sampled/spi/AudioFileReader/
H A DRecognizeHugeAuFiles.java110 if (aff.getType() != AudioFileFormat.Type.AU) {
207 * Creates the custom header of the AU file. It is expected that all passed
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAllLocations.java70 @AS @AT Ext::<@AU @AV Integer> f;
150 @Retention(RUNTIME) @Target({TYPE_USE}) @interface AU { } interface
/openjdk10/jdk/test/javax/sound/sampled/spi/FormatConversionProvider/
H A DExpectedNPEOnNull.java60 private static final Type[] types = {Type.WAVE, Type.AU, Type.AIFF,

Completed in 117 milliseconds