1. Display
  2. Time

Display

Time

This component is used to display certain media states as a unit of time, such as the current time or duration.

Usage

The <media-time> component displays time formatted text (e.g., 01:30 represents 1 minute 30 seconds). The time can be based on either the current time, buffered amount, seekable amount, or duration.

          
        

The type property can be set to:

  • current: The current playback time.
  • buffered: The buffered amount of media.
  • duration: The total length of media.
          
        

Remaining Time

You can use the remainder property to display the duration minus the selected type.