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