Class RecordedMedia

java.lang.Object
zombie.radio.media.RecordedMedia

public class RecordedMedia extends Object
  • Field Details

  • Constructor Details

    • RecordedMedia

      public RecordedMedia()
  • Method Details

    • init

      public void init()
    • getMediaTypeForCategory

      public static byte getMediaTypeForCategory(String string)
    • getCategories

      public ArrayList getCategories()
    • getAllMediaForType

      public ArrayList getAllMediaForType(byte byte1)
    • getAllMediaForCategory

      public ArrayList getAllMediaForCategory(String string)
    • register

      public MediaData register(String string, String string2, String string3, int int1)
    • getMediaDataFromIndex

      public MediaData getMediaDataFromIndex(short short1)
    • getIndexForMediaData

      public short getIndexForMediaData(MediaData mediaData)
    • getMediaData

      public MediaData getMediaData(String string)
    • getRandomFromCategory

      public MediaData getRandomFromCategory(String string)
    • load

      public void load() throws IOException
      Throws:
      IOException
    • save

      public void save() throws IOException
      Throws:
      IOException
    • toAscii

      public static String toAscii(String string)
    • hasListenedToLine

      public boolean hasListenedToLine(IsoPlayer player, String string)
    • hasListenedToAll

      public boolean hasListenedToAll(IsoPlayer player, MediaData mediaData)
    • sendRequestData

      public void sendRequestData(ByteBuffer byteBuffer)
    • receiveRequestData

      public static void receiveRequestData(ByteBuffer byteBuffer)
    • handleLegacyListenedLines

      public void handleLegacyListenedLines(IsoPlayer player)