public static class WavHeader.FmtChunkExtended extends WavHeader.FmtChunk
audioFormat, bitsPerSample, blockAlign, byteRate, numChannels, sampleRate| Constructor and Description |
|---|
FmtChunkExtended(WavHeader.FmtChunk other,
short cbSize,
short bitsPerCodedSample,
int channelLayout,
int guid) |
| Modifier and Type | Method and Description |
|---|---|
ChannelLabel[] |
getLabels() |
void |
put(ByteBuffer bb) |
static WavHeader.FmtChunk |
read(ByteBuffer bb) |
int |
size() |
getpublic FmtChunkExtended(WavHeader.FmtChunk other, short cbSize, short bitsPerCodedSample, int channelLayout, int guid)
public static WavHeader.FmtChunk read(ByteBuffer bb) throws IOException
IOExceptionpublic void put(ByteBuffer bb) throws IOException
put in class WavHeader.FmtChunkIOExceptionpublic int size()
size in class WavHeader.FmtChunkpublic ChannelLabel[] getLabels()
Copyright © 2019. All rights reserved.