| Modifier and Type | Field and Description |
|---|---|
protected StandardRequest.ResumeState |
StandardRequest.Seek.resumeState
The desired media player state after the seek is complete.
|
| Modifier and Type | Method and Description |
|---|---|
StandardRequest.ResumeState |
StandardRequest.Seek.getResumeState() |
static StandardRequest.ResumeState |
StandardRequest.ResumeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardRequest.ResumeState[] |
StandardRequest.ResumeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStatus |
Session.seek(int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position,
using
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
MediaStatus |
Session.seek(int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous,
long responseTimeout)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position.
|
MediaStatus |
Channel.seek(Session session,
int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position,
using 30000L as the timeout value.
|
MediaStatus |
Channel.seek(Session session,
int mediaSessionId,
double currentTime,
StandardRequest.ResumeState resumeState,
boolean synchronous,
long responseTimeout)
Asks the remote application to move the playback position of the media
referenced by the specified media session ID to the specified position.
|
| Constructor and Description |
|---|
Seek(int mediaSessionId,
String sessionId,
double currentTime,
Map<String,Object> customData,
StandardRequest.ResumeState resumeState)
Creates a new request to move the playback position of the media
referenced by the specified media session ID to the specified
position.
|
Seek(int mediaSessionId,
String sessionId,
double currentTime,
StandardRequest.ResumeState resumeState)
Creates a new request to move the playback position of the media
referenced by the specified media session ID to the specified
position.
|
Copyright © 2022. All rights reserved.