|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.share.sampled.AudioFormats
public class AudioFormats
| Constructor Summary | |
|---|---|
AudioFormats()
|
|
| Method Summary | |
|---|---|
static boolean |
equals(AudioFormat format1,
AudioFormat format2)
Tests for exact equality of 2 AudioFormats. |
static boolean |
matches(AudioFormat format1,
AudioFormat format2)
Tests whether 2 AudioFormats have matching formats. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AudioFormats()
| Method Detail |
|---|
public static boolean matches(AudioFormat format1,
AudioFormat format2)
public static boolean equals(AudioFormat format1,
AudioFormat format2)
This is a proposition to be used as AudioFormat.equals. It can therefore be considered as a temporary workaround.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||