All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.media.streams.MediaTrackSettings.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package media.streams

sealed external interface MediaTrackSettings {
    var aspectRatio: Double?
    var autoGainControl: Boolean?
    var deviceId: String?
    var echoCancellation: Boolean?
    var facingMode: String?
    var frameRate: Double?
    var groupId: String?
    var height: Double?
    var noiseSuppression: Boolean?
    var restrictOwnAudio: Boolean?
    var sampleRate: Int?
    var sampleSize: Int?
    var width: Double?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy