Gst.Base.Adapter.gst_adapter_copy C# (CSharp) Method

gst_adapter_copy() private method

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