public class Frame
extends java.lang.Object
Constructor and Description |
---|
Frame(BitInputStream source,
StreamInfo streamInfo) |
Modifier and Type | Method and Description |
---|---|
int |
getBitsPerSample() |
int |
getBlockSize() |
int |
getChannels() |
int[][] |
getPcm() |
Subframe[] |
getSubframes() |
public Frame(BitInputStream source, StreamInfo streamInfo) throws FlacFormatException, java.io.IOException
FlacFormatException
java.io.IOException
public int getBitsPerSample()
public int getChannels()
public int getBlockSize()
public Subframe[] getSubframes()
public int[][] getPcm()
Copyright © 2016 Tor-Einar Jarnbjo. All Rights Reserved.