次の方法で共有


AudioDeviceType type

オーディオ デバイスの種類。

type AudioDeviceType =
  | "Microphone"
  | "Speaker"
  | "CompositeAudioDevice"
  | "Virtual"