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_Vorbis
STBVorbis.openFilename
(@Nullable BytePtr filename, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_Vorbis
STBVorbis.openMemory
(@Nullable BytePtr data, int len, @Nullable IntPtr error, @Nullable ISTB_VorbisAlloc allocBuffer) @Nullable STB_Vorbis
STBVorbis.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 TypeMethodDescriptionvoid
STBVorbis.close
(@Nullable STB_Vorbis f) int
STBVorbis.decodeFramePushdata
(@Nullable STB_Vorbis f, @Nullable BytePtr datablock, int datablockLengthInBytes, @Nullable IntPtr channels, @Nullable PointerPtr output, @Nullable IntPtr samples) void
STBVorbis.flushPushdata
(@Nullable STB_Vorbis f) STBVorbis.getComment
(SegmentAllocator allocator, @Nullable STB_Vorbis f) int
STBVorbis.getError
(@Nullable STB_Vorbis f) int
STBVorbis.getFileOffset
(@Nullable STB_Vorbis f) int
STBVorbis.getFrameFloat
(@Nullable STB_Vorbis f, @Nullable IntPtr channels, @Nullable PointerPtr output) int
STBVorbis.getFrameShort
(@Nullable STB_Vorbis f, int numC, @Nullable PointerPtr buffer, int numSamples) int
STBVorbis.getFrameShortInterleaved
(@Nullable STB_Vorbis f, int numC, @Nullable ShortPtr buffer, int numShorts) STBVorbis.getInfo
(SegmentAllocator allocator, @Nullable STB_Vorbis f) int
STBVorbis.getSampleOffset
(@Nullable STB_Vorbis f) int
STBVorbis.getSamplesFloat
(@Nullable STB_Vorbis f, int channels, @Nullable PointerPtr buffer, int numSamples) int
STBVorbis.getSamplesFloatInterleaved
(@Nullable STB_Vorbis f, int channels, @Nullable FloatPtr buffer, int numFloats) int
STBVorbis.getSamplesShort
(@Nullable STB_Vorbis f, int channels, @Nullable PointerPtr buffer, int numSamples) int
STBVorbis.getSamplesShortInterleaved
(@Nullable STB_Vorbis f, int channels, @Nullable ShortPtr buffer, int numShorts) int
STBVorbis.seek
(@Nullable STB_Vorbis f, int sampleNumber) int
STBVorbis.seekFrame
(@Nullable STB_Vorbis f, int sampleNumber) int
STBVorbis.seekStart
(@Nullable STB_Vorbis f) int
STBVorbis.streamLengthInSamples
(@Nullable STB_Vorbis f) float
STBVorbis.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 record
Represents a pointer tostb_vorbis
handle(s) in native memory.Methods in club.doki7.stb.vorbis.handle that return STB_VorbisModifier and TypeMethodDescription@Nullable STB_Vorbis
STB_Vorbis.Ptr.read()
@Nullable STB_Vorbis
STB_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.Ptr
STB_Vorbis.Ptr.allocate
(Arena arena, @Nullable STB_Vorbis @NotNull [] values) static STB_Vorbis.Ptr
STB_Vorbis.Ptr.allocateV
(Arena arena, @Nullable STB_Vorbis value0, @Nullable STB_Vorbis... values) void
STB_Vorbis.Ptr.write
(long index, @Nullable STB_Vorbis value) void
STB_Vorbis.Ptr.write
(@Nullable STB_Vorbis value) void
STB_Vorbis.Ptr.write
(@Nullable STB_Vorbis[] values) void
STB_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.Ptr
STB_Vorbis.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable STB_Vorbis> values)