Package com.naver.ads.video.vast.raw
Interface Mezzanine
-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface Mezzanine implements Parcelable
Represents a parsed
<Mezzanine>element.
-
-
Method Summary
Modifier and Type Method Description abstract DeliverygetDelivery()the protocol of the video file. abstract StringgetType()the MIME type for the file container. abstract IntegergetWidth()the native width of the video file, in pixels. abstract IntegergetHeight()the native height of the video file, in pixels. abstract StringgetCodec()the codec of the video file. abstract StringgetId()an identifier for the media file. abstract IntegergetFileSize()the size of the media file. abstract MediaTypegetMediaType()the type of media file. abstract StringgetUri()the uri to a media file. -
-
Method Detail
-
getDelivery
abstract Delivery getDelivery()
the protocol of the video file.
-
getWidth
abstract Integer getWidth()
the native width of the video file, in pixels. (0 for audio ads).
-
getHeight
abstract Integer getHeight()
the native height of the video file, in pixels. (0 for audio ads).
-
getFileSize
abstract Integer getFileSize()
the size of the media file.
-
getMediaType
abstract MediaType getMediaType()
the type of media file.
default value is MediaType.MEDIA_TYPE_2D.
-
-
-
-