Class 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 class  DrmConfig.Builder  
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<DrmConfig> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<DrmConfig> CREATOR
    • Method Detail

      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable
      • getLicenseUri

        public java.lang.String getLicenseUri()
      • getKeySetId

        public byte[] getKeySetId()