mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make DrmInitData.SchemeData.uuid public
To ease implementation of MediaParser. PiperOrigin-RevId: 294912244
This commit is contained in:
parent
e606893ff8
commit
a1f666cb9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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}. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue