Merge "Fix MediaDrm.PlaybackComponent#setLogSessionId doc" am: a20d36c086 am: 5a297d5d39 am: dd7364cda4

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2000331

Change-Id: I62c714a56b2672173f8b48695090148a58355f96
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robert Shih
2023-02-24 09:52:25 +00:00
committed by Automerger Merge Worker

View File

@@ -3049,7 +3049,13 @@ public final class MediaDrm implements AutoCloseable {
/** /**
* Gets the {@link LogSessionId}. * Sets the {@link LogSessionId}.
*
* <p>The implementation of this method varies by DRM provider; Please refer
* to your DRM provider documentation for more details on this method.
*
* @throws UnsupportedOperationException when the vendor plugin does not
* implement this method
*/ */
public void setLogSessionId(@NonNull LogSessionId logSessionId) { public void setLogSessionId(@NonNull LogSessionId logSessionId) {
Objects.requireNonNull(logSessionId); Objects.requireNonNull(logSessionId);