4 lines
89 B
Text
4 lines
89 B
Text
[Exposed=Window]
|
|
interface AudioSinkInfo {
|
|
readonly attribute AudioSinkType type;
|
|
};
|