--- title: MediaStreamTrack slug: Web/API/MediaStreamTrack translation_of: Web/API/MediaStreamTrack ---
A interface MediaStream
representa uma stream de conteúdo de mídia. Uma stream consiste em várias tracks, como faixas de áudio e vídeo.
true
if the track is enabled, that is allowed to render the media source stream; or false
if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no more effect."audio"
if the track is an audio track and to "video"
, if it is a video track. It doesn't change if the track is deassociated from its source."internal microphone"
. The string may be left empty and is empty as long as no source has been connected. When the track is deassociated from its source, the label is not changed.true
if the track is muted, false
otherwise.true
if the track is readonly (such a video file source or a camera that settings can't be modified),false
otherwise."live"
which indicates that an input is connected and does its best-effort in providing real-time data. In that case, the output of data can be switched on or off using the MediaStreamTrack.enabled
attribute."ended"
which indicates that the input is not giving any more data and will never provide new data.true
if the track is sourced by a {{domxref("RTCPeerConnection")}}, false
otherwise.ended
.Specification | Status | Comment |
---|---|---|
{{SpecName('Media Capture', '#mediastreamtrack', 'MediaStreamTrack')}} | {{Spec2('Media Capture')}} | Initial definition |
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | {{CompatVersionUnknown}} | {{CompatVersionUnknown}} | {{CompatNo}} | {{CompatNo}} | {{CompatUnknown}} |
stop() |
{{CompatUnknown}} | {{CompatGeckoDesktop(34)}} | {{CompatUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} |
muted , onmuted , onunmuted , readonly , readyState , remote , onstarted , onended , onoverconstrained , appendConstraint() , applyConstraints() , constraints() , getConstraints() |
{{CompatUnknown}} | {{CompatNo}} | {{CompatNo}} | {{CompatNo}} | {{CompatUnknown}} |
Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile | |
---|---|---|---|---|---|---|
Basic support | {{CompatUnknown}} | {{CompatVersionUnknown}} | {{CompatNo}} | {{CompatNo}} | {{CompatUnknown}} | |
|
{{CompatUnknown}} | {{CompatGeckoDesktop(34)}} | {{CompatUnknown}} | {{CompatUnknown}} | {{CompatUnknown}} | |
muted , onmuted , onunmuted , readonly , readyState , remote , onstarted , onended , onoverconstrained , appendConstraint() , applyConstraints() , constraints() , getConstraints() |
{{CompatUnknown}} | {{CompatNo}} | {{CompatNo}} | {{CompatNo}} | {{CompatUnknown}} |