Uses of Class
xt.audio.Structs.XtFormat
-
-
Uses of Structs.XtFormat in xt.audio
Fields in xt.audio declared as Structs.XtFormat Modifier and Type Field Description Structs.XtFormat
Structs.XtDeviceStreamParams. format
Methods in xt.audio that return Structs.XtFormat Modifier and Type Method Description Structs.XtFormat
XtStream. getFormat()
Methods in xt.audio with parameters of type Structs.XtFormat Modifier and Type Method Description Structs.XtBufferSize
XtDevice. getBufferSize(Structs.XtFormat format)
boolean
XtDevice. supportsFormat(Structs.XtFormat format)
Constructors in xt.audio with parameters of type Structs.XtFormat Constructor Description XtDeviceStreamParams(Structs.XtStreamParams stream, Structs.XtFormat format, double bufferSize)
-