public bool PauseRecordPlay(int hPlay) { if (mConfig.IsRecord && initImageRecorder()) { return(mRecorder.Pause(hPlay)); } return(false); }