public bool PausePlayAlamRecord(int hPlay) { IVideoSource vs = GetVideoSource(); if (vs != null) { return(vs.PauseRecordPlay(hPlay)); } return(false); }