Méthode | Description | |
---|---|---|
Extract ( ulong offset, byte &dest ) : ulong | ||
ExtractDup ( ulong offset, ulong size, byte &dest ) : ulong |
Méthode | Description | |
---|---|---|
gst_buffer_extract ( IntPtr raw, UIntPtr offset, byte dest, UIntPtr size ) : UIntPtr | ||
gst_buffer_extract_dup ( IntPtr raw, UIntPtr offset, UIntPtr size, IntPtr &dest, UIntPtr &dest_size ) : void |
public Extract ( ulong offset, byte &dest ) : ulong | ||
offset | ulong | |
dest | byte | |
Résultat | ulong |
public ExtractDup ( ulong offset, ulong size, byte &dest ) : ulong | ||
offset | ulong | |
size | ulong | |
dest | byte | |
Résultat | ulong |