java.lang.Object | |
↳ | android.support.v7.media.MediaSessionStatus.Builder |
Builder for media session status objects
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a media session status builder using the current time as the
reference timestamp.
| |||||||||||
Creates a media session status builder whose initial contents are
copied from an existing status.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Builds the
media session status object . | |||||||||||
Sets a bundle of extras for this status object.
| |||||||||||
Sets whether the queue is paused.
| |||||||||||
Sets the session state.
| |||||||||||
Sets the timestamp associated with the status information in
milliseconds since boot in the
elapsedRealtime() time base. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a media session status builder using the current time as the reference timestamp.
sessionState | The session state. |
---|
Creates a media session status builder whose initial contents are copied from an existing status.
Sets a bundle of extras for this status object. The extras will be ignored by the media router but they may be used by applications.
Sets whether the queue is paused.
Sets the timestamp associated with the status information in
milliseconds since boot in the elapsedRealtime()
time base.