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

chrome.audio.bindings.OutputInfo.scala Maven / Gradle / Ivy

package chrome.audio.bindings

import scala.scalajs.js

@js.native
trait OutputInfo extends js.Object {

  def id: Audio.DeviceID = js.native

  def name: String = js.native

  def isActive: Boolean = js.native

  def isMuted: Boolean = js.native

  def volume: Double = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy