public class

SoftAudioBuffer

extends Object
java.lang.Object
   ↳ com.sun.media.sound.SoftAudioBuffer

Class Overview

This class is used to store audio buffer.

Summary

Public Constructors
SoftAudioBuffer(int size, AudioFormat format)
Public Methods
float[] array()
void clear()
void get(byte[] buffer, int channel)
AudioFormat getFormat()
int getSize()
boolean isSilent()
void swap(SoftAudioBuffer swap)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SoftAudioBuffer (int size, AudioFormat format)

Public Methods

public float[] array ()

public void clear ()

public void get (byte[] buffer, int channel)

public AudioFormat getFormat ()

public int getSize ()

public boolean isSilent ()

public void swap (SoftAudioBuffer swap)