# Print output for @column tags ?>
public
final
class
MediaDrm.PlaybackComponent
extends Object
| java.lang.Object | |
| ↳ | android.media.MediaDrm.PlaybackComponent |
This class contains the Drm session ID and log session ID
Public methods | |
|---|---|
LogSessionId
|
getLogSessionId()
Returns the |
void
|
setLogSessionId(LogSessionId logSessionId)
Gets the |
Inherited methods | |
|---|---|
public LogSessionId getLogSessionId ()
Returns the LogSessionId.
| Returns | |
|---|---|
LogSessionId |
This value cannot be null. |
public void setLogSessionId (LogSessionId logSessionId)
Gets the LogSessionId.
| Parameters | |
|---|---|
logSessionId |
LogSessionId: This value cannot be null. |