Version: 2023.2
言語: 日本語
public static NativeArray<sbyte> GetDirectSByteBuffer (IntPtr buffer);

説明

Returns the NativeArray backed by the same memory region as the given direct java.nio.Buffer.

Additional resources: AndroidJNI.GetDirectBufferAddress.