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

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

public class WAVXMLWrapper.FmtChunk
extends NodeInterface


メソッドの概要
 int bitsPerSample()
           
 int blockAlign()
           
 int byteRate()
           
 int channels()
           
 int format()
           
 javax.sound.sampled.AudioFormat getAudioFormat()
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 int sampleRate()
           
 
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, 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

format

public final int format()

channels

public final int channels()

sampleRate

public final int sampleRate()

byteRate

public final int byteRate()

blockAlign

public final int blockAlign()

bitsPerSample

public final int bitsPerSample()

getAudioFormat

public javax.sound.sampled.AudioFormat getAudioFormat()