Interface MediaFile
-
- All Implemented Interfaces:
public interface MediaFileThis interface provides information for InstreamAdPlayer about instream ad media file
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUrl()Gets url of Media file to be presented abstract IntegergetAdWidth()Gets width of Media file to be presented abstract IntegergetAdHeight()Gets height of Media file to be presented abstract StringgetMediaType()Gets media type of Media file to be presented abstract IntegergetBitrate()Gets bitrate of Media file to be presented abstract StringgetApiFramework()Gets API framework of Media file to be presented -
-
Method Detail
-
getAdWidth
abstract Integer getAdWidth()
Gets width of Media file to be presented
-
getAdHeight
abstract Integer getAdHeight()
Gets height of Media file to be presented
-
getMediaType
abstract String getMediaType()
Gets media type of Media file to be presented
-
getBitrate
abstract Integer getBitrate()
Gets bitrate of Media file to be presented
-
getApiFramework
abstract String getApiFramework()
Gets API framework of Media file to be presented
-
-
-
-