Class DrmConfig
- java.lang.Object
-
- com.jwplayer.pub.api.configuration.DrmConfig
-
- All Implemented Interfaces:
android.os.Parcelable
public class DrmConfig extends java.lang.Object implements android.os.Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDrmConfig.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()byte[]getKeySetId()java.lang.StringgetLicenseUri()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<DrmConfig> CREATOR
-
-
Method Detail
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
getLicenseUri
public java.lang.String getLicenseUri()
-
getKeySetId
public byte[] getKeySetId()
-
-