Table of Contents

Class AudioSinkInfo

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The AudioSinkInfo interface of the {{domxref("Web Audio API", "Web Audio API", "", "nocode")}} represents information describing an AudioContext's sink ID, retrieved via SinkId.
[Value("AudioSinkInfo")]
public class AudioSinkInfo
Inheritance
AudioSinkInfo
Inherited Members

Remarks

Constructors

AudioSinkInfo()

public AudioSinkInfo()

Properties

Type

NOTE
Experimental
The type read-only property of the AudioSinkInfo interface returns the type of the audio output device.
[Value("type")]
public AudioSinkType Type { get; }

Property Value

AudioSinkType

A string. Currently the only value is none.

Remarks