uk.org.toot.audio.core
Class AudioBuffer.MetaInfo
java.lang.Object
uk.org.toot.audio.core.AudioBuffer.MetaInfo
- Enclosing class:
- AudioBuffer
public static class AudioBuffer.MetaInfo
- extends java.lang.Object
MetaInfo holds meta information for an AudioBuffer.
MetaInfo is intentionally immutable.
'observers' will be able to simply detect a different MetaInfo
if any information is changed.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AudioBuffer.MetaInfo
public AudioBuffer.MetaInfo(java.lang.String sourceLabel)
AudioBuffer.MetaInfo
public AudioBuffer.MetaInfo(java.lang.String sourceLabel,
java.lang.String sourceLocation)
getSourceLabel
public java.lang.String getSourceLabel()
getSourceLocation
public java.lang.String getSourceLocation()
Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.