entagged.audioformats.mpc.util
Class MpcHeader

java.lang.Object
  extended by entagged.audioformats.mpc.util.MpcHeader

public class MpcHeader
extends Object


Field Summary
(package private)  byte[] b
           
 
Constructor Summary
MpcHeader(byte[] b)
           
 
Method Summary
 int getChannelNumber()
           
 String getEncoderInfo()
           
 String getEncodingType()
           
 int getSamplesNumber()
           
 int getSamplingRate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

byte[] b
Constructor Detail

MpcHeader

public MpcHeader(byte[] b)
Method Detail

getSamplesNumber

public int getSamplesNumber()

getSamplingRate

public int getSamplingRate()

getChannelNumber

public int getChannelNumber()

getEncodingType

public String getEncodingType()

getEncoderInfo

public String getEncoderInfo()


Copyright © 2007-2008. All Rights Reserved.