|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSoundSyncPoint | |
---|---|
org.lwjgl.fmod3 |
Uses of FSoundSyncPoint in org.lwjgl.fmod3 |
---|
Methods in org.lwjgl.fmod3 that return FSoundSyncPoint | |
---|---|
static FSoundSyncPoint |
FSound.FSOUND_Stream_AddSyncPoint(FSoundStream stream,
int pcmoffset,
java.lang.String name)
Adds a user synchronization callback point into a stream Remarks If the stream has been opened with FSOUND_NONBLOCKING, this function will not succeed until the stream is ready |
static FSoundSyncPoint |
FSound.FSOUND_Stream_GetSyncPoint(FSoundStream stream,
int index)
Obtains a sync point by index. |
Methods in org.lwjgl.fmod3 with parameters of type FSoundSyncPoint | |
---|---|
static boolean |
FSound.FSOUND_Stream_DeleteSyncPoint(FSoundSyncPoint point)
Removes a user synchronization callback point from a stream. |
static java.lang.String |
FSound.FSOUND_Stream_GetSyncPointInfo(FSoundSyncPoint point,
java.nio.IntBuffer pcmoffset)
Retrieves the name and pcm offset in samples for a specified sync point Remarks Convert samples to time by dividing the PCM value by the default samplerate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |