Commit 069b02ec authored by Filippo Carone's avatar Filippo Carone

volume callback name updated

parent c7977d5d
......@@ -57,7 +57,7 @@ JNIEXPORT void JNICALL Java_org_videolan_jvlc_Audio__1install_1callback( JNIEnv
}
libvlc_event_add_callback( ( libvlc_instance_t* ) instance,
VOLUME_CHANGED,
libvlc_VolumeChanged,
volumeChangedCallback,
NULL,
exception );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment