GetSwitchingCamera#
- ExportStudio.GetSwitchingCamera()#
スイッチングカメラに対応する
ExportSystemCameraを取得します。
存在しない場合はnilを返します。- Returns:
スイッチングカメラに対応する
ExportSystemCamera- Return type:
Example#
local camera = vci.vc.studio.GetSwitchingCamera()
スイッチングカメラに対応する ExportSystemCamera を取得します。
存在しない場合は nil を返します。
スイッチングカメラに対応する ExportSystemCamera
local camera = vci.vc.studio.GetSwitchingCamera()