Version: 2023.2

AndroidJNI.GetDirectByteBuffer

切换到手册
public static NativeArray<byte> GetDirectByteBuffer (IntPtr buffer);

描述

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

Additional resources: AndroidJNI.GetDirectBufferAddress.