jp.crestmuse.cmx.amusaj.filewrappers
クラス WAVXMLWrapper.AudioData

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.filewrappers.NodeInterface
      上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.ByteArrayNodeInterface
          上位を拡張 jp.crestmuse.cmx.amusaj.filewrappers.WAVXMLWrapper.AudioData
含まれているクラス:
WAVXMLWrapper

public class WAVXMLWrapper.AudioData
extends ByteArrayNodeInterface


メソッドの概要
 byte[] getByteArray()
           
 DoubleArray[] getDoubleArrayWaveform()
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 short[] getWaveform()
           
 int getZeroValue()
           
 
クラス jp.crestmuse.cmx.amusaj.filewrappers.ByteArrayNodeInterface から継承されたメソッド
addByteArrayToWrapper, getIntArray, getShortArray, getUnsignedByteArray, getUnsignedShortArray, lengthInByte, lengthInInt, lengthInShort, setByteOrder
 
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getChildByTagName, getChildByTagName, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, hasChild, node
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getSupportedNodeName

protected java.lang.String getSupportedNodeName()
クラス NodeInterface の記述:

Returns the node name supported by the class. Please override this method in a subclass.

このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.

定義:
クラス NodeInterface 内の getSupportedNodeName

getByteArray

public byte[] getByteArray()
オーバーライド:
クラス ByteArrayNodeInterface 内の getByteArray

getWaveform

public short[] getWaveform()

getZeroValue

public int getZeroValue()

getDoubleArrayWaveform

public DoubleArray[] getDoubleArrayWaveform()