Commit 8d3cad57 by ibaker Committed by Christos Tsilopoulos

Document MediaItem.DrmConfiguration#buildUpon()

PiperOrigin-RevId: 397697019
parent 701be415
...@@ -771,6 +771,7 @@ public final class MediaItem implements Bundleable { ...@@ -771,6 +771,7 @@ public final class MediaItem implements Bundleable {
return keySetId != null ? Arrays.copyOf(keySetId, keySetId.length) : null; return keySetId != null ? Arrays.copyOf(keySetId, keySetId.length) : null;
} }
/** Returns a {@link Builder} initialized with the values of this instance. */
public Builder buildUpon() { public Builder buildUpon() {
return new Builder(this); return new Builder(this);
} }
......
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