Interface IDataLine
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/sound/sampled/DataLine.html
public interface IDataLine : ILine, IAutoCloseable
- Inherited Members
Properties
BufferSize
int BufferSize { get; }
Property Value
Format
AudioFormat Format { get; }
Property Value
FramePosition
int FramePosition { get; }
Property Value
Level
float Level { get; }
Property Value
LongFramePosition
long LongFramePosition { get; }
Property Value
MicrosecondPosition
long MicrosecondPosition { get; }
Property Value
Methods
Available()
int Available()
Returns
Drain()
void Drain()
Flush()
void Flush()
IsActive()
bool IsActive()
Returns
IsRunning()
bool IsRunning()
Returns
Start()
void Start()
Stop()
void Stop()