I have an audio player in which users can seek a specific time.I want to show the buffered progress in slider element. There is a linear progress element in material-ui that shows buffer,but it doesn't have the seek property.How can I achieve both the seek and buffered progress functions?