Class MediaFile
- java.lang.Object
-
- com.longtailvideo.jwplayer.media.playlists.MediaFile
-
public class MediaFile extends java.lang.Object
VAST-only Information regarding the media creative that is currently playing.
-
-
Constructor Summary
Constructors Constructor Description MediaFile(java.lang.String file)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MediaFile
fromJson(org.json.JSONObject json)
java.lang.String
getFile()
-
-
-
Method Detail
-
fromJson
public static MediaFile fromJson(org.json.JSONObject json)
-
getFile
@Nullable public java.lang.String getFile()
- Returns:
- The content URL associated with an AdImpression.
-
-