public static class MainActivity.VideoListItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
adUrl
The URL of the VAST document which represents the ad.
|
java.lang.String |
title
The title of the video.
|
Video |
video
The actual content video (contains its URL, media type - either DASH or mp4,
and an optional media type).
|
Constructor and Description |
---|
MainActivity.VideoListItem(java.lang.String title,
Video video,
java.lang.String adUrl) |
public final java.lang.String title
public final Video video
public final java.lang.String adUrl
public MainActivity.VideoListItem(java.lang.String title, Video video, java.lang.String adUrl)
title
- The title of the video.video
- The actual content video (contains its URL, media type - either DASH or mp4,
and an optional media type).adUrl
- The URL of the VAST document which represents the ad.