Uses of Record Class
club.doki7.openxr.datatype.XrDevicePcmSampleRateGetInfoFB.Ptr
Packages that use XrDevicePcmSampleRateGetInfoFB.Ptr
-
Uses of XrDevicePcmSampleRateGetInfoFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrDevicePcmSampleRateGetInfoFB.PtrModifier and TypeMethodDescriptionXrDevicePcmSampleRateGetInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrDevicePcmSampleRateGetInfoFB> consumer) @NotNull XrDevicePcmSampleRateGetInfoFB.PtrXrDevicePcmSampleRateGetInfoFB.Ptr.offset(long offset) @NotNull XrDevicePcmSampleRateGetInfoFB.PtrXrDevicePcmSampleRateGetInfoFB.Ptr.reinterpret(long newSize) Assume theXrDevicePcmSampleRateGetInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrDevicePcmSampleRateGetInfoFB.Ptrthat uses the same backing storage as thisXrDevicePcmSampleRateGetInfoFB.Ptr, but with the new size.XrDevicePcmSampleRateGetInfoFB.Ptr.slice(long end) @NotNull XrDevicePcmSampleRateGetInfoFB.PtrXrDevicePcmSampleRateGetInfoFB.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).