# Print output for @column tags ?> MediaDrm.PlaybackComponent - Android SDK | Android Developers

Most visited

Recently visited

MediaDrm.PlaybackComponent

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

Summary

Public methods

LogSessionId getLogSessionId()

Returns the LogSessionId.

void setLogSessionId(LogSessionId logSessionId)

Gets the LogSessionId.

Inherited methods

Public methods

getLogSessionId

public LogSessionId getLogSessionId ()

Returns the LogSessionId.

Returns
LogSessionId This value cannot be null.

setLogSessionId

public void setLogSessionId (LogSessionId logSessionId)

Gets the LogSessionId.

Parameters
logSessionId LogSessionId: This value cannot be null.