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() |
get
public FmtChunkExtended(WavHeader.FmtChunk other, short cbSize, short bitsPerCodedSample, int channelLayout, int guid)
public static WavHeader.FmtChunk read(ByteBuffer bb) throws IOException
IOException
public void put(ByteBuffer bb) throws IOException
put
in class WavHeader.FmtChunk
IOException
public int size()
size
in class WavHeader.FmtChunk
public ChannelLabel[] getLabels()
Copyright © 2019. All rights reserved.