GetMic#
- ExportStudio.GetMic()#
マイクに対応する
ExportSystemItem
を取得します。
存在しない場合はnil
を返します。- Returns:
マイクに対応する
ExportSystemItem
- Return type:
Example#
local mic = vci.vc.studio.GetMic()
マイクに対応する ExportSystemItem
を取得します。
存在しない場合は nil
を返します。
マイクに対応する ExportSystemItem
local mic = vci.vc.studio.GetMic()