Interface DrmSessionManager.DrmSessionReference
-
- Enclosing interface:
- DrmSessionManager
public static interface DrmSessionManager.DrmSessionReference
Represents a single reference count of aDrmSession
, while deliberately not giving access to the underlying session.
-
-
Field Summary
Fields Modifier and Type Field Description static DrmSessionManager.DrmSessionReference
EMPTY
A reference that is never populated with an underlyingDrmSession
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
release()
Releases the underlying session at most once.
-
-
-
Field Detail
-
EMPTY
static final DrmSessionManager.DrmSessionReference EMPTY
A reference that is never populated with an underlyingDrmSession
.
-
-