javaFlacEncoder
Class ChannelData
java.lang.Object
javaFlacEncoder.ChannelData
public class ChannelData
- extends java.lang.Object
- Author:
- preston
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelData
public ChannelData(int[] samples,
int count,
int sampleSize,
ChannelData.ChannelName n)
getSamples
public int[] getSamples()
getCount
public int getCount()
getSampleSize
public int getSampleSize()
getChannelName
public ChannelData.ChannelName getChannelName()
setData
public int setData(int[] newSamples,
int count,
int sampleSize,
ChannelData.ChannelName n)
setCount
public int setCount(int count)
setChannelName
public void setChannelName(ChannelData.ChannelName cn)