Interface Media

This interface represents media, including its optional duration and an optional decoder module to use for this track.

interface Media {
    duration?: number;
    decoder?: Link;
}

Properties

Properties

duration?: number

The optional duration of the media

decoder?: Link

An optional decoder module to use for this track - consider moving to Audio