AudioStreamingIndicator
SeekStreamingIndicator
Number
StartTime
SeekStreamingIndicator
StartTime
UpdateMode
SetMediaClockTimer
SetMediaClockTimer
SetMediaClockTimer
SetMediaClockTimer
SetMediaClockTimer
SetMediaClockTimer
SetMediaClockTimer
AudioStreamingIndicator
Get the AudioStreamingIndicator
Kind: Instance method of SetMediaClockTimer
Returns: AudioStreamingIndicator
- the KEY_AUDIO_STREAMING_INDICATOR value
SeekStreamingIndicator
Get the BackSeekIndicator
Kind: Instance method of SetMediaClockTimer
Returns: SeekStreamingIndicator
- the KEY_BACK_SEEK_INDICATOR value
Number
Get the CountRate
Kind: Instance method of SetMediaClockTimer
Returns: Number
- the KEY_COUNT_RATE value
StartTime
Get the EndTime
Kind: Instance method of SetMediaClockTimer
Returns: StartTime
- the KEY_END_TIME value
SeekStreamingIndicator
Get the ForwardSeekIndicator
Kind: Instance method of SetMediaClockTimer
Returns: SeekStreamingIndicator
- the KEY_FORWARD_SEEK_INDICATOR value
StartTime
Get the StartTime
Kind: Instance method of SetMediaClockTimer
Returns: StartTime
- the KEY_START_TIME value
UpdateMode
Get the UpdateMode
Kind: Instance method of SetMediaClockTimer
Returns: UpdateMode
- the KEY_UPDATE_MODE value
SetMediaClockTimer
Set the AudioStreamingIndicator
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
indicator | AudioStreamingIndicator |
Enumeration for the indicator icon on a play/pause button. see AudioStreamingIndicator. - The desired AudioStreamingIndicator. |
SetMediaClockTimer
Set the BackSeekIndicator
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
indicator | SeekStreamingIndicator |
Used to control the back seek button to either skip back a set amount of time or to the previous track. - The desired BackSeekIndicator. |
SetMediaClockTimer
Set the CountRate
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
rate | Number |
The value of this parameter is the amount that the media clock timer will advance per 1.0 seconds of real time. Values less than 1.0 will therefore advance the timer slower than real-time, while values greater than 1.0 will advance the timer faster than real-time. e.g. If this parameter is set to `0.5`, the timer will advance one second per two seconds real-time, or at 50% speed. If this parameter is set to `2.0`, the timer will advance two seconds per one second real-time, or at 200% speed. - The desired CountRate. {'default_value': 1.0, 'num_min_value': 0.1, 'num_max_value': 100.0} |
SetMediaClockTimer
Set the EndTime
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
time | StartTime |
See StartTime. endTime can be provided for "COUNTUP" and "COUNTDOWN"; to be used to calculate any visual progress bar (if not provided, this feature is ignored) If endTime is greater than startTime for COUNTDOWN or less than startTime for COUNTUP, then the request will return an INVALID_DATA. endTime will be ignored for "RESUME", and "CLEAR" endTime can be sent for "PAUSE", in which case it will update the paused endTime - The desired EndTime. |
SetMediaClockTimer
Set the ForwardSeekIndicator
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
indicator | SeekStreamingIndicator |
Used to control the forward seek button to either skip forward a set amount of time or to the next track. - The desired ForwardSeekIndicator. |
SetMediaClockTimer
Set the StartTime
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
time | StartTime |
See StartTime. startTime must be provided for "COUNTUP" and "COUNTDOWN". startTime will be ignored for "RESUME", and "CLEAR" startTime can be sent for "PAUSE", in which case it will update the paused startTime - The desired StartTime. |
SetMediaClockTimer
Set the UpdateMode
Kind: Instance method of SetMediaClockTimer
Returns: SetMediaClockTimer
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
mode | UpdateMode |
Enumeration to control the media clock. In case of pause, resume, or clear, the start time value is ignored and shall be left out. For resume, the time continues with the same value as it was when paused. - The desired UpdateMode. |