Class AudioDB.DummyEntry

  • All Implemented Interfaces:
    com.iplateia.afplib.AudioDB.Entry

    
    public final class AudioDB.DummyEntry
     implements AudioDB.Entry
                        

    DummyEntry is a simple implementation of Entry for holding audio entry data.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() The name of the entry.
      Integer getType() The type of the entry.
      Long getLength() The length of the entry's audio data.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait