Interface DrmSessionManager.DrmSessionReference

  • Enclosing interface:
    DrmSessionManager

    public static interface DrmSessionManager.DrmSessionReference
    Represents a single reference count of a DrmSession, while deliberately not giving access to the underlying session.
    • Method Detail

      • release

        void release()
        Releases the underlying session at most once.

        Can be called from any thread. Calling this method more than once will only release the underlying session once.