Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81a173fa authored by Robert Shih's avatar Robert Shih
Browse files

Fix MediaDrm.PlaybackComponent#setLogSessionId doc

* s,Get,Set,
* @throws UnsupportedOperationException

Bug: 219400367
Change-Id: Id2718562718d0a2ba6449c4ec8ac9abaa0266a46
Test: build
parent 5e674cef
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2966,7 +2966,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) {
            Objects.requireNonNull(logSessionId);