GetProgress() public method

public GetProgress ( ) : float
return float
Example #1
0
 /** The current frame position divided by the total number of frames in the recording. */
 public float GetRecordingProgress()
 {
     return(recorder_.GetProgress());
 }