Interface MediaFile
-
- All Implemented Interfaces:
public interface MediaFile
This interface provides information for InstreamAdPlayer about instream ad media file
-
-
Method Summary
Modifier and Type Method Description abstract String
getUrl()
Gets url of Media file to be presented abstract Integer
getAdWidth()
Gets width of Media file to be presented abstract Integer
getAdHeight()
Gets height of Media file to be presented abstract String
getMediaType()
Gets media type of Media file to be presented abstract Integer
getBitrate()
Gets bitrate of Media file to be presented abstract String
getApiFramework()
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
-
-
-
-