예제 #1
0
        public int SeekTime(long pos)
        {
            int ret = OvMarshal.ov_time_seek(vfp, pos);

            return(ret);
        }