MediaTrackSettings

JS
1.1
interface MediaTrackSettings
(source)

Exposes the JavaScript MediaTrackSettings to Kotlin

Properties

JS
1.1

aspectRatio

open var aspectRatio : Double ?
JS
1.1

autoGainControl

open var autoGainControl : Boolean ?
JS
1.1

channelCount

open var channelCount : Int ?
JS
1.1

deviceId

open var deviceId : String ?
JS
1.1

echoCancellation

open var echoCancellation : Boolean ?
JS
1.1

facingMode

open var facingMode : String ?
JS
1.1

frameRate

open var frameRate : Double ?
JS
1.1

groupId

open var groupId : String ?
JS
1.1

height

open var height : Int ?
JS
1.1

latency

open var latency : Double ?
JS
1.1

noiseSuppression

open var noiseSuppression : Boolean ?
JS
1.1

resizeMode

open var resizeMode : String ?
JS
1.1

sampleRate

open var sampleRate : Int ?
JS
1.1

sampleSize

open var sampleSize : Int ?
JS
1.1

volume

open var volume : Double ?
JS
1.1

width

open var width : Int ?