cosmic-internal-jdk
Version:
KingScript: JDK1.8
78 lines (77 loc) • 5.87 kB
TypeScript
/// <reference types="dist/index" />
export type AudioFileFormat = $.javax.sound.sampled.AudioFileFormat;
export declare const AudioFileFormat: $.javax.sound.sampled.AudioFileFormatConstructor;
export type AudioFileFormat$Type = $.javax.sound.sampled.AudioFileFormat$Type;
export declare const AudioFileFormat$Type: $.javax.sound.sampled.AudioFileFormat$TypeConstructor;
export type AudioFormat = $.javax.sound.sampled.AudioFormat;
export declare const AudioFormat: $.javax.sound.sampled.AudioFormatConstructor;
export type AudioFormat$Encoding = $.javax.sound.sampled.AudioFormat$Encoding;
export declare const AudioFormat$Encoding: $.javax.sound.sampled.AudioFormat$EncodingConstructor;
export type AudioInputStream = $.javax.sound.sampled.AudioInputStream;
export declare const AudioInputStream: $.javax.sound.sampled.AudioInputStreamConstructor;
export type AudioPermission = $.javax.sound.sampled.AudioPermission;
export declare const AudioPermission: $.javax.sound.sampled.AudioPermissionConstructor;
export type AudioSystem = $.javax.sound.sampled.AudioSystem;
export declare const AudioSystem: $.javax.sound.sampled.AudioSystemConstructor;
export type BooleanControl = $.javax.sound.sampled.BooleanControl;
export declare const BooleanControl: $.javax.sound.sampled.BooleanControlConstructor;
export type BooleanControl$Type = $.javax.sound.sampled.BooleanControl$Type;
export declare const BooleanControl$Type: $.javax.sound.sampled.BooleanControl$TypeConstructor;
export type Clip = $.javax.sound.sampled.Clip;
export declare const Clip: $.javax.sound.sampled.ClipConstructor;
export type CompoundControl = $.javax.sound.sampled.CompoundControl;
export declare const CompoundControl: $.javax.sound.sampled.CompoundControlConstructor;
export type CompoundControl$Type = $.javax.sound.sampled.CompoundControl$Type;
export declare const CompoundControl$Type: $.javax.sound.sampled.CompoundControl$TypeConstructor;
export type Control = $.javax.sound.sampled.Control;
export declare const Control: $.javax.sound.sampled.ControlConstructor;
export type Control$Type = $.javax.sound.sampled.Control$Type;
export declare const Control$Type: $.javax.sound.sampled.Control$TypeConstructor;
export type DataLine = $.javax.sound.sampled.DataLine;
export declare const DataLine: $.javax.sound.sampled.DataLineConstructor;
export type DataLine$Info = $.javax.sound.sampled.DataLine$Info;
export declare const DataLine$Info: $.javax.sound.sampled.DataLine$InfoConstructor;
export type EnumControl = $.javax.sound.sampled.EnumControl;
export declare const EnumControl: $.javax.sound.sampled.EnumControlConstructor;
export type EnumControl$Type = $.javax.sound.sampled.EnumControl$Type;
export declare const EnumControl$Type: $.javax.sound.sampled.EnumControl$TypeConstructor;
export type FloatControl = $.javax.sound.sampled.FloatControl;
export declare const FloatControl: $.javax.sound.sampled.FloatControlConstructor;
export type FloatControl$Type = $.javax.sound.sampled.FloatControl$Type;
export declare const FloatControl$Type: $.javax.sound.sampled.FloatControl$TypeConstructor;
export type Line = $.javax.sound.sampled.Line;
export declare const Line: $.javax.sound.sampled.LineConstructor;
export type Line$Info = $.javax.sound.sampled.Line$Info;
export declare const Line$Info: $.javax.sound.sampled.Line$InfoConstructor;
export type LineEvent = $.javax.sound.sampled.LineEvent;
export declare const LineEvent: $.javax.sound.sampled.LineEventConstructor;
export type LineEvent$Type = $.javax.sound.sampled.LineEvent$Type;
export declare const LineEvent$Type: $.javax.sound.sampled.LineEvent$TypeConstructor;
export type LineListener = $.javax.sound.sampled.LineListener;
export declare const LineListener: $.javax.sound.sampled.LineListenerConstructor;
export type LineUnavailableException = $.javax.sound.sampled.LineUnavailableException;
export declare const LineUnavailableException: $.javax.sound.sampled.LineUnavailableExceptionConstructor;
export type Mixer = $.javax.sound.sampled.Mixer;
export declare const Mixer: $.javax.sound.sampled.MixerConstructor;
export type Mixer$Info = $.javax.sound.sampled.Mixer$Info;
export declare const Mixer$Info: $.javax.sound.sampled.Mixer$InfoConstructor;
export type Port = $.javax.sound.sampled.Port;
export declare const Port: $.javax.sound.sampled.PortConstructor;
export type Port$Info = $.javax.sound.sampled.Port$Info;
export declare const Port$Info: $.javax.sound.sampled.Port$InfoConstructor;
export type ReverbType = $.javax.sound.sampled.ReverbType;
export declare const ReverbType: $.javax.sound.sampled.ReverbTypeConstructor;
export type SourceDataLine = $.javax.sound.sampled.SourceDataLine;
export declare const SourceDataLine: $.javax.sound.sampled.SourceDataLineConstructor;
export type TargetDataLine = $.javax.sound.sampled.TargetDataLine;
export declare const TargetDataLine: $.javax.sound.sampled.TargetDataLineConstructor;
export type UnsupportedAudioFileException = $.javax.sound.sampled.UnsupportedAudioFileException;
export declare const UnsupportedAudioFileException: $.javax.sound.sampled.UnsupportedAudioFileExceptionConstructor;
export type AudioFileReader = $.javax.sound.sampled.spi.AudioFileReader;
export declare const AudioFileReader: $.javax.sound.sampled.spi.AudioFileReaderConstructor;
export type AudioFileWriter = $.javax.sound.sampled.spi.AudioFileWriter;
export declare const AudioFileWriter: $.javax.sound.sampled.spi.AudioFileWriterConstructor;
export type FormatConversionProvider = $.javax.sound.sampled.spi.FormatConversionProvider;
export declare const FormatConversionProvider: $.javax.sound.sampled.spi.FormatConversionProviderConstructor;
export type MixerProvider = $.javax.sound.sampled.spi.MixerProvider;
export declare const MixerProvider: $.javax.sound.sampled.spi.MixerProviderConstructor;