Interface IDataLine
.NET interface for TO BE DEFINED FROM USER
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()