Media.TrackSourceMedia stream tracks.
The type for MediaStreamTrack objects.
as_target t is t as an event target.
id t is the unique identifier of t.
isolated t is the isolation status of t.
muted t is true if t is muted. Use set_enabled to manually mute and unmute a track. Use events Ev.mute and Ev.unmute to monitor mute status.
enabled t is true if the track is allowed to render the source and false if it's not. Use set_enabled to control this.
set_enabled t b sets the track enabled status to b. If the track has been disconnected this has no effect.
get_capabilities t are the capabilities of t.
get_constraints t are the constraints of t.
apply_contraints t applies the applies the given contraints. Constraints unspecified are restored to their default value. If no contraints are given all contraints are restored to their defaults.
get_settings t are the settings of t.