Package com.ooyala.pulse
Class MediaFile
java.lang.Object
com.ooyala.pulse.MediaFile
Represents a resource file used to display a linear creative; typically a video file.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Indicates the delivery method of a given media file. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe API framework used by this media file.int
This media file's bitrate.getCodec()
The codec format of media file.The delivery method of this media file.int
This media file's height.The MIME-type of this media file.getURI()
The URI where this media file can be found.int
getWidth()
This media file's width.
-
Constructor Details
-
MediaFile
public MediaFile()
-
-
Method Details
-
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
The codec format of media file.- Returns:
- The codec.
-
getMimeType
The MIME-type of this media file.- Returns:
- The MIME-type.
-
getURI
The URI where this media file can be found.- Returns:
- The URI.
-
getAPIFramework
The API framework used by this media file.- Returns:
- The API framework used.
-