| 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.
|
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(ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getALFormat() |
String |
toString() |
public double sampleRate
public String formatID
public int formatFlags
public int bytesPerPacket
public int framesPerPacket
public int channelsPerFrame
public int bitsPerChannel
public CAFDesc(byte[] data)
public CAFDesc(ByteBuffer buf)
Copyright © 2015. All Rights Reserved.