Document MediaItem.DrmConfiguration#buildUpon()

PiperOrigin-RevId: 397697019
This commit is contained in:
ibaker 2021-09-20 09:52:12 +01:00 committed by Christos Tsilopoulos
parent 701be41534
commit 8d3cad570e

View file

@ -771,6 +771,7 @@ public final class MediaItem implements Bundleable {
return keySetId != null ? Arrays.copyOf(keySetId, keySetId.length) : null;
}
/** Returns a {@link Builder} initialized with the values of this instance. */
public Builder buildUpon() {
return new Builder(this);
}