public static class CAFLoader.CAFDesc
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bitsPerChannel
The number of bits of sample data for each channel in a frame of data.
|
int |
bytesPerPacket
The number of bytes in a packet of data.
|
int |
channelsPerFrame
The number of channels in each frame of data.
|
int |
formatFlags
Flags specific to each format.
|
java.lang.String |
formatID
A four-character code indicating the general kind of data in the stream.
|
int |
framesPerPacket
The number of sample frames in each packet of data.
|
double |
sampleRate
The number of sample frames per second of the data.
|
| Constructor and Description |
|---|
CAFDesc(byte[] data) |
CAFDesc(java.nio.ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getALFormat() |
java.lang.String |
toString() |
public double sampleRate
public java.lang.String formatID
public int formatFlags
public int bytesPerPacket
public int framesPerPacket
public int channelsPerFrame
public int bitsPerChannel
Copyright © 2014. All Rights Reserved.