uk.org.toot.audio.core
Class AudioBuffer.MetaInfo

java.lang.Object
  extended by 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.


Constructor Summary
AudioBuffer.MetaInfo(java.lang.String sourceLabel)
           
AudioBuffer.MetaInfo(java.lang.String sourceLabel, java.lang.String sourceLocation)
           
 
Method Summary
 java.lang.String getSourceLabel()
           
 java.lang.String getSourceLocation()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioBuffer.MetaInfo

public AudioBuffer.MetaInfo(java.lang.String sourceLabel)

AudioBuffer.MetaInfo

public AudioBuffer.MetaInfo(java.lang.String sourceLabel,
                            java.lang.String sourceLocation)
Method Detail

getSourceLabel

public java.lang.String getSourceLabel()

getSourceLocation

public java.lang.String getSourceLocation()


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.