mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Document MediaItem.DrmConfiguration#buildUpon()
PiperOrigin-RevId: 397697019
This commit is contained in:
parent
701be41534
commit
8d3cad570e
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue