C# Class Gst.Base.Adapter

Inheritance: Gst.GLib.Object
Show file Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Methods

Method Description
Copy ( int offset, int size ) : byte[]
Map ( ) : byte[]

Private Methods

Method Description
gst_adapter_copy ( IntPtr raw, IntPtr &dest, int offset, int size ) : void
gst_adapter_map ( IntPtr raw, int &size ) : IntPtr

Method Details

Copy() public method

public Copy ( int offset, int size ) : byte[]
offset int
size int
return byte[]

Map() public method

public Map ( ) : byte[]
return byte[]