Java com.badlogic.gdx.audio AudioDevice fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.audio AudioDevice fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.audio AudioDevice.

The text is from its open source code.

Implementation

com.badlogic.gdx.audio.AudioDevice has the following implementations.
Click this link to see all its implementation.

Method

voidwriteSamples(short[] samples, int offset, int numSamples)
Writes the array of 16-bit signed PCM samples to the audio device and blocks until they have been processed.
voidwriteSamples(float[] samples, int offset, int numSamples)
Writes the array of float PCM samples to the audio device and blocks until they have been processed.