public class AdvertisementAdMedia
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
apiFramework
Identifies the API needed to execute an interactive media file.
|
java.lang.String |
bitrate
For progressive load video, the bitrate value specifies the average bitrate for the media file.
|
java.lang.String |
delivery
Either “progressive” for progressive download protocols (such as HTTP) or “streaming” for streaming protocols.
|
java.lang.String |
height
Native height of the video file, in pixels.
|
java.lang.String |
type
MIME type for the file container.
|
java.lang.String |
url
Url pointing to advertisement media file.
|
java.lang.String |
width
Native width of the video file, in pixels.
|
Constructor and Description |
---|
AdvertisementAdMedia(java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
void |
writeJson(JsonWriter writer) |
public java.lang.String url
public java.lang.String apiFramework
public java.lang.String delivery
public java.lang.String bitrate
public java.lang.String width
public java.lang.String height
public java.lang.String type