C# Class Gst.Base.Adapter

Inheritance: Gst.GLib.Object
Afficher le fichier Open project: GStreamer/gstreamer-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( int offset, int size ) : byte[]
Map ( ) : byte[]

Private Methods

Méthode 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 méthode

public Copy ( int offset, int size ) : byte[]
offset int
size int
Résultat byte[]

Map() public méthode

public Map ( ) : byte[]
Résultat byte[]