Interface libvlc_audio_resume_cb
-
- All Superinterfaces:
com.sun.jna.Callback
public interface libvlc_audio_resume_cb extends com.sun.jna.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresume(com.sun.jna.Pointer data, long pts)Callback prototype for audio resumption (i.e.
-
-
-
Method Detail
-
resume
void resume(com.sun.jna.Pointer data, long pts)Callback prototype for audio resumption (i.e. restart from pause).Note: The resume callback is never called if the audio is not paused.
- Parameters:
data- data pointer as passed to libvlc_audio_set_callbacks()pts- time stamp of the resumption request (should be elapsed already)
-
-