MapInfo: add DataPtr so the mapped Data can be accessed without copying
This commit is contained in:
parent
cff0582d61
commit
529cd84a9f
@ -38,5 +38,10 @@ namespace Gst {
|
||||
}
|
||||
}
|
||||
|
||||
public IntPtr DataPtr {
|
||||
get {
|
||||
return _data;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user