Results 1601 - 1620 of 1,719

IdentityManager.get()

This function enables a web site to use BrowserID to authenticate its users. Call it in the click handler to your "log in with Persona" button with a callback function as a parameter.
API BrowserID DOM DOM Reference Method NeedsExample Persona Reference Référence Security

IdentityManager.getVerifiedEmail()

This function enables a web site to use BrowserID to authenticate its users. Call it in the click handler to your "log in with BrowserID" button with a callback function as a parameter.
API BrowserID Deprecated DOM DOM Reference Method NeedsExample Persona Reference Référence Security

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

Media.Recorder.isMimeTypeSupported

The MediaRecorder.isMimeTypeSupported() method returns a true that indicates whether the value of the argument is one the user agent can record.
API Audio audio canRecordMimeType Media Capture Media Recorder API MediaRecorder Method Reference Video 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.endOfStream()

The endOfStream() method of the MediaSource interface signals the end of the stream.
API Audio endOfStream Experimental Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.isTypeSupported()

The isTypeSupported() method of the MediaSource interface returns a Boolean value indicating if the given MIME type is supported by the current user agent — this is, if it can successfully create SourceBuffer objects for that MIME type.
API Audio Experimental isTypeSupported Media Source Extensions MediaSource Method MSE Reference Video

MediaSource.removeSourceBuffer()

The removeSourceBuffer() method of the MediaSource interface removes the given SourceBuffer from the SourceBuffers list associated with this MediaSource object.
API Audio Experimental Media Source Extensions MediaSource Method MSE Reference removeSourceBuffer Video

MediaStream.clone()

The clone() method of the MediaStream interface creates a duplicate of the MediaStream. This new MediaStream object has a new unique id and contains clones of every MediaStreamTrack contained by the MediaStream on which clone() was called.
API clone Media Capture and Streams Media Stream API MediaStream Method Reference

MediaStreamTrack.applyConstraints()

The applyConstraints() method of the MediaStreamTrack interface applies a set of constraints to the track; these constraints let the Web site or app establish ideal values and acceptable ranges of values for the constrainable properties of the track, such as frame rate, dimensions, echo cancelation, and so forth.
API applyConstraints Constraints Media Capture and Streams API Media Streams API MediaStreamTrack Method

MediaStreamTrack.clone()

The clone() method of the MediaStreamTrack interface creates a duplicate of the MediaStreamTrack. This new MediaStreamTrack object is identical except for its unique id.
API clone Media Capture and Streams Media Streams API MediaStreamTrack Method Reference

MediaStreamTrack.getCapabilities()

The getCapabilities() method of the MediaStreamTrack interface returns a MediaTrackCapabilities object which specifies the values or range of values which each constrianable property, based upon the platform and user agent.
API getCapabilities Media Capture and Streams API Media Streams API MediaStreamTrack Method Reference

MediaStreamTrack.getConstraints()

The getConstraints() method of the MediaStreamTrack interface returns a MediaTrackConstraints object containing the set of constraints most recently established for the track using a prior call to applyConstraints(). These constraints indicate values and ranges of values that the Web site or application has specified are acceptable for the included constrainable properties.
API getConstraints Media Capture and Streams Media Streams API MediaStreamTrack Method Reference