java.lang.Object | |
↳ | com.google.android.gms.cast.AdBreakClipInfo |
A class that aggregates information about an ad break clip.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AdBreakClipInfo.Builder | A builder for AdBreakClipInfo . |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | AD_BREAK_CLIP_NOT_SKIPPABLE |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns this clip's click through URL.
| |||||||||||
Returns this clip's content ID.
| |||||||||||
Returns this clip's content URL.
| |||||||||||
Returns this clip's custom data.
| |||||||||||
Returns this clip's duration in milliseconds.
| |||||||||||
Returns
HlsSegmentFormat of the ad break clip, or empty String if not set. | |||||||||||
Returns this clip's ID.
| |||||||||||
Returns this clip's image URL.
| |||||||||||
Returns this clip's mime type.
| |||||||||||
Returns this clip's title.
| |||||||||||
Returns the time in milliseconds when this break clip becomes skippable.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parameters | |
---|---|
other |
Object |
Returns | |
---|---|
boolean |
Returns this clip's click through URL.
Returns | |
---|---|
String |
Returns this clip's content ID. Typically the URL of the break clip (playing on the receiver).
Returns | |
---|---|
String |
Returns this clip's content URL. If contentUrl is provided, the receiver will use it as the content's URL, otherwise contentId will be used to load the clip on the receiver.
Returns | |
---|---|
String |
Returns this clip's custom data.
Returns | |
---|---|
JSONObject |
Returns this clip's duration in milliseconds.
Returns | |
---|---|
long |
Returns HlsSegmentFormat
of the ad break clip, or empty String
if not set.
Returns | |
---|---|
String |
Returns this clip's ID.
Returns | |
---|---|
String |
Returns this clip's image URL.
Returns | |
---|---|
String |
Returns this clip's mime type.
Returns | |
---|---|
String |
Returns this clip's title.
Returns | |
---|---|
String |
Returns the time in milliseconds when this break clip becomes skippable. A value of 5000 means
that end user can skip this break clip after 5 seconds. A value of AD_BREAK_CLIP_NOT_SKIPPABLE
means that current break clip is not skippable.
Returns | |
---|---|
long |
Returns | |
---|---|
int |
Parameters | |
---|---|
out |
Parcel |
flags |
int |