Audio

@native @JSGlobal("chrome.audio") @JSType
object Audio extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Type members

Types

type DeviceID = String

Value members

Concrete methods

def getInfo(callback: Function2[Array[OutputInfo], Array[InputInfo], _]): Unit
def setActiveDevice(ids: Array[DeviceID], callback: Function0[_]): Unit
def setProperties(id: DeviceID, properties: Properties, callback: Function0[_]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val onDeviceChanged: Event[Function0[_]]