Results 2041 - 2060 of 2,240

SourceBuffer.timestampOffset

The timestampOffset property of the SourceBuffer interface controls the offset applied to timestamps inside media segments that are appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer timestampOffset Video

SourceBuffer.trackDefaults

The trackDefaults property of the SourceBuffer interface specifies the default values to use if kind, label, and/or language information is not available in the initialization segment of the media to be appended to the SourceBuffer.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer trackDefaults Video

SourceBuffer.updating

The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer is currently being updated — i.e. whether an SourceBuffer.appendBuffer()SourceBuffer.appendStream(), or SourceBuffer.remove() operation is currently in progress.
API Audio Experimental Media Source Extensions MSE Property Reference SourceBuffer Updating Video

SourceBuffer.videoTracks

The videoTracks read-only property of the SourceBuffer interface returns a list of the video tracks currently contained inside the SourceBuffer.
API Experimental Media Source Extensions MSE Property Reference SourceBuffer Video videoTracks

SourceBufferList.length

The length read-only property of the SourceBufferList interface returns the number of SourceBuffer objects in the list.
API Audio length Media Source Extensions MSE Property Reference SourceBufferList Video

SpeechRecognition.continuous

The continuous property of the SpeechRecognition interface controls whether continuous results are returned for each recognition, or only a single result.
API continuous Experimental Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.grammars

The grammars property of the SpeechRecognition interface returns and sets a collection of SpeechGrammar objects that represent the grammars that will be understood by the current SpeechRecognition.
API Experimental grammars Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.lang

The lang property of the SpeechRecognition interface returns and sets the language of the current SpeechRecognition. If not specified, this defaults to the HTML lang attribute value, or the user agent's language setting if that isn't set either.
API Experimental lang Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onaudioend

The onaudioend property of the SpeechRecognition interface represents an event handler that will run when the user agent has finished capturing audio (when the audioend event fires.)
API Experimental onaudioend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onaudiostart

The onaudiostart property of the SpeechRecognition interface represents an event handler that will run when the user agent has started to capture audio (when the audiostart event fires.)
API Experimental onaudiostart Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onend

The onend property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service has disconnected (when the end event fires.)
API Experimental onend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onerror

The onerror property of the SpeechRecognition interface represents an event handler that will run when a speech recognition error occurs (when the error event fires.)
API Experimental onerror Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onnomatch

The onnomatch property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a final result with no significant recognition (when the nomatch event fires.)
API Experimental onnomatch Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onresult

The onresult property of the SpeechRecognition interface represents an event handler that will run when the speech recognition service returns a result — a word or phrase has been positively recognized and this has been communicated back to the app (when the result event fires.)
API Experimental onresult Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onsoundend

The onsoundend property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has stopped being detected (when the soundend event fires.)
API Experimental onsoundend Property recognition Reference speech SpeechRecognition Web Speech API

SpeechRecognition.onsoundstart

The onsoundstart property of the SpeechRecognition interface represents an event handler that will run when any sound — recognisable speech or not — has been detected (when the soundstart event fires.)
API Experimental onsoundstart Property recognition Reference speech SpeechRecognition Web Speech API