Package com.naver.ads.video.vast.raw
Interface MediaFiles
-
- All Implemented Interfaces:
public interface MediaFilesRepresents a parsed
<MediaFiles>element.
-
-
Method Summary
Modifier and Type Method Description abstract List<MediaFile>getMediaFile()the list of MediaFile. abstract MezzaninegetMezzanine()the Mezzanine. abstract InteractiveCreativeFilegetInteractiveCreativeFile()the InteractiveCreativeFile. abstract List<ClosedCaptionFile>getClosedCaptionFiles()the list of ClosedCaptionFile. -
-
Method Detail
-
getMediaFile
abstract List<MediaFile> getMediaFile()
the list of MediaFile.
-
getMezzanine
abstract Mezzanine getMezzanine()
the Mezzanine.
-
getInteractiveCreativeFile
abstract InteractiveCreativeFile getInteractiveCreativeFile()
-
getClosedCaptionFiles
abstract List<ClosedCaptionFile> getClosedCaptionFiles()
the list of ClosedCaptionFile.
-
-
-
-