Version: 5.5

パラメーター

enableMicrophone レコードを行うときにマイクを有効/無効にします。マイクを有効にすると、レコード中にユーザーの実況を録音することができます。デフォルトは false です。
enableCamera Enable or disable the camera while making a recording. Enabling camera allows you to include user camera footage while recording. The default value is false. To actually include camera footage in your recording, you also have to call ShowCameraPreviewAt as well to position the preview view.

戻り値

bool レコードの開始が成功した場合は boolean 値の True、エラーが発生した場合は False を返します。

説明

レコードを開始します。

When StartRecording() is first called, an alert window displays asking the user to confirm recording. The alert window displays again if 8 minutes or more have passed since the last time StartRecording() was called. If ReplayKit.APIAvailable is false, this method does nothing and returns false.