Uses of Record Class
club.doki7.stb.vorbis.handle.STB_Vorbis
Packages that use STB_Vorbis
-
Uses of STB_Vorbis in club.doki7.stb.vorbis
Methods in club.doki7.stb.vorbis that return STB_VorbisModifier and TypeMethodDescription@Nullable STB_VorbisSTBVorbis.openFilename(@Nullable BytePtr filename, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_VorbisSTBVorbis.openMemory(@Nullable BytePtr data, int len, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_VorbisSTBVorbis.openPushdata(@Nullable BytePtr datablock, int datablockLengthInBytes, @Nullable IntPtr datablockMemoryConsumedInBytes, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) Methods in club.doki7.stb.vorbis with parameters of type STB_VorbisModifier and TypeMethodDescriptionvoidSTBVorbis.close(@Nullable STB_Vorbis f) intSTBVorbis.decodeFramePushdata(@Nullable STB_Vorbis f, @Nullable BytePtr datablock, int datablockLengthInBytes, @Nullable IntPtr channels, @Nullable PointerPtr output, @Nullable IntPtr samples) voidSTBVorbis.flushPushdata(@Nullable STB_Vorbis f) STBVorbis.getComment(SegmentAllocator allocator, @Nullable STB_Vorbis f) intSTBVorbis.getError(@Nullable STB_Vorbis f) intSTBVorbis.getFileOffset(@Nullable STB_Vorbis f) intSTBVorbis.getFrameFloat(@Nullable STB_Vorbis f, @Nullable IntPtr channels, @Nullable PointerPtr output) intSTBVorbis.getFrameShort(@Nullable STB_Vorbis f, int numC, @Nullable PointerPtr buffer, int numSamples) intSTBVorbis.getFrameShortInterleaved(@Nullable STB_Vorbis f, int numC, @Nullable ShortPtr buffer, int numShorts) STBVorbis.getInfo(SegmentAllocator allocator, @Nullable STB_Vorbis f) intSTBVorbis.getSampleOffset(@Nullable STB_Vorbis f) intSTBVorbis.getSamplesFloat(@Nullable STB_Vorbis f, int channels, @Nullable PointerPtr buffer, int numSamples) intSTBVorbis.getSamplesFloatInterleaved(@Nullable STB_Vorbis f, int channels, @Nullable FloatPtr buffer, int numFloats) intSTBVorbis.getSamplesShort(@Nullable STB_Vorbis f, int channels, @Nullable PointerPtr buffer, int numSamples) intSTBVorbis.getSamplesShortInterleaved(@Nullable STB_Vorbis f, int channels, @Nullable ShortPtr buffer, int numShorts) intSTBVorbis.seek(@Nullable STB_Vorbis f, int sampleNumber) intSTBVorbis.seekFrame(@Nullable STB_Vorbis f, int sampleNumber) intSTBVorbis.seekStart(@Nullable STB_Vorbis f) intSTBVorbis.streamLengthInSamples(@Nullable STB_Vorbis f) floatSTBVorbis.streamLengthInSeconds(@Nullable STB_Vorbis f) -
Uses of STB_Vorbis in club.doki7.stb.vorbis.handle
Classes in club.doki7.stb.vorbis.handle that implement interfaces with type arguments of type STB_VorbisModifier and TypeClassDescriptionstatic final recordRepresents a pointer tostb_vorbishandle(s) in native memory.Methods in club.doki7.stb.vorbis.handle that return STB_VorbisModifier and TypeMethodDescription@Nullable STB_VorbisSTB_Vorbis.Ptr.read()@Nullable STB_VorbisSTB_Vorbis.Ptr.read(long index) Methods in club.doki7.stb.vorbis.handle that return types with arguments of type STB_VorbisMethods in club.doki7.stb.vorbis.handle with parameters of type STB_VorbisModifier and TypeMethodDescriptionstatic STB_Vorbis.PtrSTB_Vorbis.Ptr.allocate(Arena arena, @Nullable STB_Vorbis @NotNull [] values) static STB_Vorbis.PtrSTB_Vorbis.Ptr.allocateV(Arena arena, @Nullable STB_Vorbis value0, @Nullable STB_Vorbis... values) voidSTB_Vorbis.Ptr.write(long index, @Nullable STB_Vorbis value) voidSTB_Vorbis.Ptr.write(@Nullable STB_Vorbis value) voidSTB_Vorbis.Ptr.write(@Nullable STB_Vorbis[] values) voidSTB_Vorbis.Ptr.writeV(@Nullable STB_Vorbis value0, @Nullable STB_Vorbis... values) Method parameters in club.doki7.stb.vorbis.handle with type arguments of type STB_VorbisModifier and TypeMethodDescriptionstatic STB_Vorbis.PtrSTB_Vorbis.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable STB_Vorbis> values)