コード例 #1
0
        public long TellPcm()
        {
            long ret = OvMarshal.ov_pcm_tell(vfp);

            return(ret);
        }