NumberSeekIndicatorTypeSeekStreamingIndicatorSeekStreamingIndicatorInitializes an instance of SeekStreamingIndicator.
NumberGet the SeekTime
Kind: Instance method of SeekStreamingIndicator
Returns: Number - the KEY_SEEK_TIME value
SeekIndicatorTypeGet the Type
Kind: Instance method of SeekStreamingIndicator
Returns: SeekIndicatorType - the KEY_TYPE value
SeekStreamingIndicatorSet the SeekTime
Kind: Instance method of SeekStreamingIndicator
Returns: SeekStreamingIndicator - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| time | Number |
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. - The desired SeekTime. {'num_min_value': 1, 'num_max_value': 99} |