Version: 2021.3
言語: 日本語
public float recorderStopTime ;

説明

録画されたクリップの終了位置を StartRecording が呼び出された時間に対して相対的に示します

For example, if we started recording at second 10, and ended recording at second 15, then this will have a value of 5. If the buffer is not initialized (StartRecording is not called), the value of this property will be -1. See Also: recorderStartTime.