SessionInfo

data class SessionInfo(val session: PlaybackSessionManager.Session, val position: Long)

Represents information about a session at a specific point in time.

Constructors

Link copied to clipboard
constructor(session: PlaybackSessionManager.Session, position: Long)

Properties

Link copied to clipboard

The position, in milliseconds, within a timeline when this session information is relevant.

Link copied to clipboard