Articles tagged: MediaStreamTrack
Found 17 documents
- Web/API/MediaStreamTrack The MediaStreamTrack interface represents a single media track within a stream; typically, these ...
- Web/API/MediaStreamTrack/applyConstraints The applyConstraints () method of the MediaStreamTrack interface applies a set of constraints to ...
- Web/API/MediaStreamTrack/clone The clone() method of the MediaStreamTrack interface creates a duplicate of the ...
- Web/API/MediaStreamTrack/enabled The MediaStreamTrack.enabled property returns a Boolean with a value of true if the track is ...
- Web/API/MediaStreamTrack/getCapabilities The getCapabilities() method of the MediaStreamTrack interface returns a MediaTrackCapabilities ...
- Web/API/MediaStreamTrack/getConstraints The getConstraints() method of the MediaStreamTrack interface returns a MediaTrackConstraints ...
- Web/API/MediaStreamTrack/getSettings The getSettings() method of the MediaStreamTrack interface returns a MediaTrackSettings object ...
- Web/API/MediaStreamTrack/id The read-only property MediaStreamTrack.id returns a DOMString containing a unique identifier ...
- Web/API/MediaStreamTrack/kind The read-only property MediaStreamTrack.kind returns a DOMString set to "audio" if the track is ...
- Web/API/MediaStreamTrack/label The read-only property MediaStreamTrack.label returns a DOMString containing a user ...
- Web/API/MediaStreamTrack/muted The muted read-only property of the MediaStreamTrack interface returns a Boolean value ...
- Web/API/MediaStreamTrack/onended The MediaStreamTrack.onended event handler is used to specify a function which serves as an ...
- Web/API/MediaStreamTrack/onmute The MediaStreamTrack.onmute event handler is a property called when the mute event is received. ...
- Web/API/MediaStreamTrack/onunmute The MediaStreamTrack.onunmute event handler is a property called when the unmute event is ...
- Web/API/MediaStreamTrack/readyState The read-only property MediaStreamTrack.readyState returns an enumerated value giving the status ...
- Web/API/MediaStreamTrack/remote The MediaStreamTrack.remote read-only property allows Javascript to know whether a WebRTC ...
- Web/API/MediaStreamTrack/stop The MediaStreamTrack.stop() method stops playing the source associated with the track. Both the ...