public interface javax.sound.sampled.TargetDataLine extends javax.sound.sampled.DataLine
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: javax.sound.sampled.TargetDataLine
super_class: java.lang.Object
{
public abstract void open(javax.sound.sampled.AudioFormat, int);
descriptor: (Ljavax/sound/sampled/AudioFormat;I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.sound.sampled.LineUnavailableException
MethodParameters:
Name Flags
format
bufferSize
public abstract void open(javax.sound.sampled.AudioFormat);
descriptor: (Ljavax/sound/sampled/AudioFormat;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws javax.sound.sampled.LineUnavailableException
MethodParameters:
Name Flags
format
public abstract int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
b
off
len
}
SourceFile: "TargetDataLine.java"