Package xt.audio
Class XtStream
- java.lang.Object
-
- xt.audio.XtStream
-
- All Implemented Interfaces:
AutoCloseable
public final class XtStream extends Object implements AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Structs.XtFormat
getFormat()
int
getFrames()
com.sun.jna.Pointer
getHandle()
Structs.XtLatency
getLatency()
boolean
isRunning()
void
start()
void
stop()
-
-
-
Method Detail
-
getFormat
public Structs.XtFormat getFormat()
-
start
public void start()
-
stop
public void stop()
-
getHandle
public com.sun.jna.Pointer getHandle()
-
isRunning
public boolean isRunning()
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
getFrames
public int getFrames()
-
getLatency
public Structs.XtLatency getLatency()
-
-