VAudioPlayer
Props
| Name | Type | Description |
|---|---|---|
| play-button-aria-label | string | |
| pause-button-aria-label | string | |
| slider-aria-label | string | |
| skip-forward-aria-label | string | |
| skip-backward-aria-label | string | |
| connotation | Enum:accentcta | The connotation the audio-player should have. |
| src | string | Indicates the audio-player's src. |
| disabled | boolean | Indicates whether audio player is disabled. |
| notime | boolean | |
| skip-by | Enum:051030 | Allows the audio to skip back or forward |
| playback-rates | string | Sets the available playback rates. When an empty string, no choices will be available |
Methods
| Name | Type | Description |
|---|---|---|
| srcChanged | () => unknown | |
| play | () => unknown | |
| pause | () => unknown |