Results 81 - 100 of 145

TimeRanges.end()

Returns the time offset at which a specified time range ends.
API HTML DOM Media Method NeedsBrowserCompatibility Reference TimeRanges

TimeRanges.start()

Returns the time offset at which a specified time range begins.
API HTML DOM Media Method NeedsBrowserCompatibility Reference TimeRanges

Basic concepts behind Web Audio API

The Web Audio API involves handling audio operations inside an audio context, and has been designed to allow modular routing. Basic audio operations are performed with audio nodes, which are linked together to form an audio routing graph. Several sources — with different types of channel layout — are supported even within a single context. This modular design provides the flexibility to create complex audio functions with dynamic effects.
audio Audio concepts Guide Media Web Audio API

<source>

The HTML <source> element specifies multiple media resources for either the <picture>, the <audio> or the <video> element. It is an empty element. It is commonly used to serve the same media content in multiple formats supported by different browsers.
Element HTML HTML embedded content Media Reference Web

HTMLMediaElement.seekable

The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that contains the time ranges that the user is able to seek to, if any.
API Audio Extensions HTMLMediaElement Media MSE Property Reference seekable source Source Video

createMediaKeys()

The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new MediaKeys object.
API audio Audio createMediaKeys EncryptedMediaExtensions Media MediaKeySystemAccess Method NeedsExample Reference Video

getConfiguration()

The MediaKeySystemAccess.getConfiguration() method returns a MediaKeySystemConfiguration object with the supported combination of configuration options.
API Audio audio EncryptedMediaExtensions getConfiguration Media MediaKeySystemAccess Method NeedsExample Reference Video

initDataTypes

The MediaKeySystemConfiguration.initDataTypes read-only property returns a list of supported initialization data type names. An initialization data type is a string indicating the format of the initialization data.
API Audio audio EncryptedMediaExtensions initDataTypes Media MediaKeySystemConfiguration NeedsExample Property Reference Video

MediaSource.addSourceBuffer()

The addSourceBuffer() method of the MediaSource interface creates a new SourceBuffer of the given MIME type and adds it to the MediaSource's SourceBuffers list.
addSourceBuffer API Audio Experimental Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.duration

The duration property of the MediaSource interface gets and sets the duration of the current media being presented.
API Audio duration Experimental Media Source Extensions MediaSource MSE Property Reference Video