Interface ITargetDataLine
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/sound/sampled/TargetDataLine.html
public interface ITargetDataLine : IDataLine, ILine, IAutoCloseable
- Inherited Members
Methods
Open(AudioFormat)
void Open(AudioFormat arg0)
Parameters
arg0
AudioFormat
Exceptions
Open(AudioFormat, int)
void Open(AudioFormat arg0, int arg1)
Parameters
arg0
AudioFormatarg1
int
Exceptions
Read(byte[], int, int)
int Read(byte[] arg0, int arg1, int arg2)