public class SeekStreamingIndicator extends RPCStruct
Parameter List
| Param Name | Type | Description | Required | Notes | Version Available |
|---|---|---|---|---|---|
| type | SeekIndicatorType | Y | |||
| seekTime | Integer | If the type is TIME, this number of seconds may be present alongside the skip indicator.It will indicate the number of seconds that the currently playing media will skip forward or backward. | N | {"num_min_value": 1, "num_max_value": 99} |
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SEEK_TIME |
static String |
KEY_TYPE |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
SeekStreamingIndicator()
Constructs a new SeekStreamingIndicator object
|
SeekStreamingIndicator(Hashtable<String,Object> hash)
Constructs a new SeekStreamingIndicator object indicated by the Hashtable parameter
|
SeekStreamingIndicator(SeekIndicatorType type)
Constructs a new SeekStreamingIndicator object
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSeekTime()
Gets the seekTime.
|
SeekIndicatorType |
getType()
Gets the type.
|
SeekStreamingIndicator |
setSeekTime(Integer seekTime)
Sets the seekTime.
|
SeekStreamingIndicator |
setType(SeekIndicatorType type)
Sets the type.
|
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_TYPE
public static final String KEY_SEEK_TIME
public SeekStreamingIndicator()
public SeekStreamingIndicator(Hashtable<String,Object> hash)
hash - The Hashtable to usepublic SeekStreamingIndicator(@NonNull
SeekIndicatorType type)
type - public SeekStreamingIndicator setType(@NonNull SeekIndicatorType type)
type - public SeekIndicatorType getType()
public SeekStreamingIndicator setSeekTime(Integer seekTime)
seekTime - If the type is TIME, this number of seconds may be present alongside the skip indicator.
It will indicate the number of seconds that the currently playing media will skip forward
or backward.
{"num_min_value": 1, "num_max_value": 99}public Integer getSeekTime()