cosmic-internal-jdk
Version:
KingScript: JDK1.8
39 lines (38 loc) • 2.9 kB
JavaScript
export const AudioFileFormat = $.type("javax.sound.sampled.AudioFileFormat");
export const AudioFileFormat$Type = $.type("javax.sound.sampled.AudioFileFormat$Type");
export const AudioFormat = $.type("javax.sound.sampled.AudioFormat");
export const AudioFormat$Encoding = $.type("javax.sound.sampled.AudioFormat$Encoding");
export const AudioInputStream = $.type("javax.sound.sampled.AudioInputStream");
export const AudioPermission = $.type("javax.sound.sampled.AudioPermission");
export const AudioSystem = $.type("javax.sound.sampled.AudioSystem");
export const BooleanControl = $.type("javax.sound.sampled.BooleanControl");
export const BooleanControl$Type = $.type("javax.sound.sampled.BooleanControl$Type");
export const Clip = $.type("javax.sound.sampled.Clip");
export const CompoundControl = $.type("javax.sound.sampled.CompoundControl");
export const CompoundControl$Type = $.type("javax.sound.sampled.CompoundControl$Type");
export const Control = $.type("javax.sound.sampled.Control");
export const Control$Type = $.type("javax.sound.sampled.Control$Type");
export const DataLine = $.type("javax.sound.sampled.DataLine");
export const DataLine$Info = $.type("javax.sound.sampled.DataLine$Info");
export const EnumControl = $.type("javax.sound.sampled.EnumControl");
export const EnumControl$Type = $.type("javax.sound.sampled.EnumControl$Type");
export const FloatControl = $.type("javax.sound.sampled.FloatControl");
export const FloatControl$Type = $.type("javax.sound.sampled.FloatControl$Type");
export const Line = $.type("javax.sound.sampled.Line");
export const Line$Info = $.type("javax.sound.sampled.Line$Info");
export const LineEvent = $.type("javax.sound.sampled.LineEvent");
export const LineEvent$Type = $.type("javax.sound.sampled.LineEvent$Type");
export const LineListener = $.type("javax.sound.sampled.LineListener");
export const LineUnavailableException = $.type("javax.sound.sampled.LineUnavailableException");
export const Mixer = $.type("javax.sound.sampled.Mixer");
export const Mixer$Info = $.type("javax.sound.sampled.Mixer$Info");
export const Port = $.type("javax.sound.sampled.Port");
export const Port$Info = $.type("javax.sound.sampled.Port$Info");
export const ReverbType = $.type("javax.sound.sampled.ReverbType");
export const SourceDataLine = $.type("javax.sound.sampled.SourceDataLine");
export const TargetDataLine = $.type("javax.sound.sampled.TargetDataLine");
export const UnsupportedAudioFileException = $.type("javax.sound.sampled.UnsupportedAudioFileException");
export const AudioFileReader = $.type("javax.sound.sampled.spi.AudioFileReader");
export const AudioFileWriter = $.type("javax.sound.sampled.spi.AudioFileWriter");
export const FormatConversionProvider = $.type("javax.sound.sampled.spi.FormatConversionProvider");
export const MixerProvider = $.type("javax.sound.sampled.spi.MixerProvider");