Пример #1
0
 internal IntPtr GetBuffer(int samples)
 {
     return(SafeNativeMethods.VorbisAnalysisGetBuffer(_dspState, samples));
 }