Interface Mezzanine

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface Mezzanine
     implements Parcelable
                        

    Represents a parsed <Mezzanine> element.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Delivery getDelivery() the protocol of the video file.
      abstract String getType() the MIME type for the file container.
      abstract Integer getWidth() the native width of the video file, in pixels.
      abstract Integer getHeight() the native height of the video file, in pixels.
      abstract String getCodec() the codec of the video file.
      abstract String getId() an identifier for the media file.
      abstract Integer getFileSize() the size of the media file.
      abstract MediaType getMediaType() the type of media file.
      abstract String getUri() the uri to a media file.
      • Methods inherited from class java.lang.Object

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