|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.amusaj.filewrappers.ByteArrayNodeInterface
jp.crestmuse.cmx.amusaj.filewrappers.WAVXMLWrapper.AudioData
public class WAVXMLWrapper.AudioData
| メソッドの概要 | |
|---|---|
int |
channels()
|
javax.sound.sampled.AudioFormat |
getAudioFormat()
|
byte[] |
getByteArrayWaveform()
|
DoubleArray[] |
getDoubleArrayWaveform()
|
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class. |
short[] |
getWaveform()
|
int |
getZeroValue()
|
int |
sampleRate()
|
| クラス jp.crestmuse.cmx.amusaj.filewrappers.ByteArrayNodeInterface から継承されたメソッド |
|---|
addByteArrayToWrapper, getByteArray, getIntArray, getShortArray, getUnsignedByteArray, getUnsignedShortArray, lengthInByte, lengthInInt, lengthInShort, setByteOrder |
| クラス 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 |
| メソッドの詳細 |
|---|
protected java.lang.String getSupportedNodeName()
NodeInterface の記述: Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.
NodeInterface 内の getSupportedNodeNamepublic byte[] getByteArrayWaveform()
AudioDataCompatible 内の getByteArrayWaveformpublic int channels()
AudioDataCompatible 内の channelspublic int sampleRate()
AudioDataCompatible 内の sampleRatepublic javax.sound.sampled.AudioFormat getAudioFormat()
AudioDataCompatible 内の getAudioFormatpublic short[] getWaveform()
public int getZeroValue()
public DoubleArray[] getDoubleArrayWaveform()
AudioDataCompatible 内の getDoubleArrayWaveform
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||