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

            return(ret);
        }