Interface IClip
.NET interface for TO BE DEFINED FROM USER
public interface IClip : IDataLine, ILine, IAutoCloseable
- Inherited Members
Properties
FrameLength
int FrameLength { get; }
Property Value
MicrosecondLength
long MicrosecondLength { get; }
Property Value
Methods
Loop(int)
void Loop(int arg0)
Parameters
Open(AudioFormat, byte[], int, int)
void Open(AudioFormat arg0, byte[] arg1, int arg2, int arg3)
Parameters
arg0
AudioFormatarg1
byte[]arg2
intarg3
int
Exceptions
Open(AudioInputStream)
void Open(AudioInputStream arg0)
Parameters
Exceptions
SetFramePosition(int)
void SetFramePosition(int arg0)
Parameters
SetLoopPoints(int, int)
void SetLoopPoints(int arg0, int arg1)
Parameters
SetMicrosecondPosition(long)
void SetMicrosecondPosition(long arg0)