Package com.jwplayer.pub.api.media.meta
Class DateRangeMetadataCue
java.lang.Object
com.jwplayer.pub.api.media.meta.InPlaylistTimedMetadataCue
com.jwplayer.pub.api.media.meta.DateRangeMetadataCue
- All Implemented Interfaces:
MetadataCue
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jwplayer.pub.api.media.meta.InPlaylistTimedMetadataCue
getEnd, getRawTag, getStart
-
Constructor Details
-
DateRangeMetadataCue
-
-
Method Details
-
getAttributes
- Returns:
- A Map of all attributes from the EXT-X-DATERANGE tag.
-
getId
- Returns:
- A string that uniquely identifies a Date Range in the playlist.
-
getStartDate
- Returns:
- The date at which the Date Range begins.
-
getDuration
public double getDuration()- Returns:
- The PLANNED-DURATION of the EXT-X-DATERANGE tag. -1 if none was provided.
-
getMetadataCueType
- Returns:
- The MetadataCueType
-