Class AudioSinkInfo
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalAudioSinkInfo 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
-SetSinkId test example (check out the source code)
-SetSinkId(Union181)
-SinkId
-AudioContextsinkchange
Constructors
AudioSinkInfo()
public AudioSinkInfo()
Properties
Type
NOTE
Experimentaltype 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
-SetSinkId test example (check out the source code)
-SetSinkId(Union181)
-SinkId
-AudioContextsinkchange