Version: 2023.2

AndroidJNI.GetDirectSByteBuffer

切换到手册
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.