Class MediaFile

java.lang.Object
com.ooyala.pulse.MediaFile

public class MediaFile extends Object
Represents a resource file used to display a linear creative; typically a video file.
  • Constructor Details

    • MediaFile

      public MediaFile()
  • Method Details

    • getDeliveryMethod

      public MediaFile.DeliveryMethod getDeliveryMethod()
      The delivery method of this media file.
      Returns:
      The delivery method.
    • getWidth

      public int getWidth()
      This media file's width.
      Returns:
      The width.
    • getHeight

      public int getHeight()
      This media file's height.
      Returns:
      The height.
    • getBitRate

      public int getBitRate()
      This media file's bitrate.
      Returns:
      The bitrate.
    • getCodec

      public String getCodec()
      The codec format of media file.
      Returns:
      The codec.
    • getMimeType

      public String getMimeType()
      The MIME-type of this media file.
      Returns:
      The MIME-type.
    • getURI

      public URI getURI()
      The URI where this media file can be found.
      Returns:
      The URI.
    • getAPIFramework

      public String getAPIFramework()
      The API framework used by this media file.
      Returns:
      The API framework used.