Commit a1f666cb by aquilescanta Committed by Oliver Woodman

Make DrmInitData.SchemeData.uuid public

To ease implementation of MediaParser.

PiperOrigin-RevId: 294912244
parent e606893f
...@@ -285,7 +285,7 @@ public final class DrmInitData implements Comparator<SchemeData>, Parcelable { ...@@ -285,7 +285,7 @@ public final class DrmInitData implements Comparator<SchemeData>, Parcelable {
* The {@link UUID} of the DRM scheme, or {@link C#UUID_NIL} if the data is universal (i.e. * The {@link UUID} of the DRM scheme, or {@link C#UUID_NIL} if the data is universal (i.e.
* applies to all schemes). * applies to all schemes).
*/ */
private final UUID uuid; public final UUID uuid;
/** The URL of the server to which license requests should be made. May be null if unknown. */ /** The URL of the server to which license requests should be made. May be null if unknown. */
@Nullable public final String licenseServerUrl; @Nullable public final String licenseServerUrl;
/** The mimeType of {@link #data}. */ /** The mimeType of {@link #data}. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment