コード例 #1
0
        public long GetTotalPcm(int i)
        {
            long ret = OvMarshal.ov_pcm_total(vfp, i);

            return(ret);
        }