-
public final class MediaDatum.DRMMediaData extends MediaDatum
-
-
Field Summary
Fields Modifier and Type Field Description private final StringfullUrlprivate final LongdvrWindowSizeprivate final StringlicenseUrlprivate final BooleanautoPlayprivate final StringeventIdprivate final StringstreamIdprivate final EventStatuseventStatus
-
Constructor Summary
Constructors Constructor Description MediaDatum.DRMMediaData(String fullUrl, Long dvrWindowSize, String licenseUrl, Boolean autoPlay, String eventId, String streamId, EventStatus eventStatus)
-
Method Summary
Modifier and Type Method Description StringgetFullUrl()LonggetDvrWindowSize()final StringgetLicenseUrl()final BooleangetAutoPlay()StringgetEventId()StringgetStreamId()EventStatusgetEventStatus()-
-
Method Detail
-
getFullUrl
String getFullUrl()
-
getDvrWindowSize
Long getDvrWindowSize()
-
getLicenseUrl
final String getLicenseUrl()
-
getAutoPlay
final Boolean getAutoPlay()
-
getEventId
String getEventId()
-
getStreamId
String getStreamId()
-
getEventStatus
EventStatus getEventStatus()
-
-
-
-