Esempio n. 1
0
        public bool ResumePlayAlamRecord(int hPlay)
        {
            IVideoSource vs = GetVideoSource();

            if (vs != null)
            {
                return(vs.ResumeRecordPlay(hPlay));
            }
            return(false);
        }