LmnMediaPlayerPlaybackRatePreset
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
alternativeLabel | string | undefined | |
label | string |
Presentation
type LmnMediaPlayerPlaybackRatePreset = {
label: string;
alternativeLabel?: string;
};