Interface ISourceDataLine
.NET interface for TO BE DEFINED FROM USER
public interface ISourceDataLine : 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
Write(byte[], int, int)
int Write(byte[] arg0, int arg1, int arg2)