AudioTrackProgressBarComponent Class
<audio-track-progress-bar>
Renders a progress bar with optional timer, duration and progress indicator that allow seeking
Usage
<audio-track-progress-bar dark duration progress [audioTrack]="audio"></audio-track-progress-bar>
Item Index
Properties
@Input() audioTrack
IAudioTrack
The AudioTrackComponent parent instance created by <audio-track>
@Input() dark
Boolean
Renders the component using the dark theme
@Input() duration
Boolean
Input property indicating whether to display track duration
@Input() light
Boolean
Renders the component using the light theme
@Input() progress
Boolean
Input property indicating whether to display track progress