Class ID3Frame.GeneralEncapsulatedObject

  • All Implemented Interfaces:

    
    public final class ID3Frame.GeneralEncapsulatedObject
    extends ID3Frame
                        

    A general encapsulated object ID3 frame.

    See section 4.15 of https://id3.org/id3v2.4.0-frames for more information.

    • 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
      final String getMimeType() The MIME type of the encapsulated object.
      final String getFileName() The file name of the encapsulated object.
      final String getDescription() The description of the encapsulated object.
      final ByteArray getData() The data of the encapsulated object.
      • Methods inherited from class com.theoplayer.android.api.player.track.texttrack.id3.ID3Frame

        getId
      • Methods inherited from class java.lang.Object

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