javaFlacEncoder
Class ChannelData

java.lang.Object
  extended by javaFlacEncoder.ChannelData

public class ChannelData
extends java.lang.Object

Author:
preston

Nested Class Summary
static class ChannelData.ChannelName
           
 
Constructor Summary
ChannelData(int[] samples, int count, int sampleSize, ChannelData.ChannelName n)
           
 
Method Summary
 ChannelData.ChannelName getChannelName()
           
 int getCount()
           
 int[] getSamples()
           
 int getSampleSize()
           
 void setChannelName(ChannelData.ChannelName cn)
           
 int setCount(int count)
           
 int setData(int[] newSamples, int count, int sampleSize, ChannelData.ChannelName n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelData

public ChannelData(int[] samples,
                   int count,
                   int sampleSize,
                   ChannelData.ChannelName n)
Method Detail

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)