Uses of Class
xt.audio.Enums.XtSample
-
-
Uses of Enums.XtSample in xt.audio
Fields in xt.audio declared as Enums.XtSample Modifier and Type Field Description Enums.XtSample
Structs.XtMix. sample
Methods in xt.audio that return Enums.XtSample Modifier and Type Method Description static Enums.XtSample
Enums.XtSample. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.XtSample[]
Enums.XtSample. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in xt.audio with parameters of type Enums.XtSample Modifier and Type Method Description static Structs.XtAttributes
XtAudio. getSampleAttributes(Enums.XtSample sample)
Constructors in xt.audio with parameters of type Enums.XtSample Constructor Description XtMix(int rate, Enums.XtSample sample)
-