Playback rate

The normal playback speed is multiplied by this value to obtain the current rate. Thus, the value 1.0 represents the normal speed.

Schema: tchmi:general#/definitions/Number

Attribute getter

public getPlaybackrate(): number | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

number, undefined

The current value of the attribute.

Attribute setter

public setPlaybackrate(valueNew: number | null): void;

Parameter

Name

Type

Description

valueNew

number, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

Playback rate 1:

Available from version 1.12.744