getSettings method
The getSettings()
method of the
MediaStreamTrack interface returns a MediaTrackSettings
object containing the current values of each of the constrainable
properties for the
current MediaStreamTrack
.
See Capabilities, constraints, and settings for details on how to work with constrainable properties.
Implementation
external MediaTrackSettings getSettings();