public class SeekMediaCommandParams
extends OCastCommandParams
Represents the parameters of a seek command.
| Constructor and Description |
|---|
SeekMediaCommandParams(double position)
Creates an instance of
class SeekMediaCommandParams. |
| Modifier and Type | Method and Description |
|---|---|
double |
getPosition()
The media position,
|
build, getName, optionspublic SeekMediaCommandParams(double position)
Creates an instance of class SeekMediaCommandParams.
position - The media position, in seconds.class SeekMediaCommandParams