package brr
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha512=45cdf73c6a23c8fc4609a32ae2196d4790e5bdba34ca0b784bff9c0b70dab233eb336f1c11dc3002451042ff4cf25b643098ad0d011f14c3d6175842113bed21
doc/brr/Brr_io/Media/Track/index.html
Module Media.TrackSource
Media stream tracks.
Enumerations and properties
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.