MapInfo: add DataPtr so the mapped Data can be accessed without copying

This commit is contained in:
Master T 2014-09-18 11:45:39 +02:00 committed by Stephan Sundermann
parent cff0582d61
commit 529cd84a9f

View file

@ -38,5 +38,10 @@ namespace Gst {
}
}
public IntPtr DataPtr {
get {
return _data;
}
}
}
}