HasMic#

ExportStudio.HasMic()#

スタジオ内にマイクが存在しているかどうかを取得します。

Returns:

マイクが存在しているかどうか

Return type:

boolean

Example#

print("Mic exists: " .. tostring(vci.vc.studio.HasMic()))