Gst.Base.Adapter.gst_adapter_copy C# (CSharp) 메소드

gst_adapter_copy() 개인적인 메소드

private gst_adapter_copy ( IntPtr raw, IntPtr &dest, int offset, int size ) : void
raw System.IntPtr
dest System.IntPtr
offset int
size int
리턴 void
        static extern void gst_adapter_copy(IntPtr raw, out IntPtr dest, int offset, int size);