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

main.media.recorder.MediaRecorderOptions.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package media.recorder

sealed external interface MediaRecorderOptions {
    var audioBitsPerSecond: Int?
    var bitsPerSecond: Int?
    var mimeType: String?
    var videoBitsPerSecond: Int?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy