All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.axet.play.vlc.MemfileRead Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.github.axet.play.vlc;

import com.sun.jna.Callback;
import com.sun.jna.Pointer;

public interface MemfileRead extends Callback {
    /**
     * 
     * @param vlc
     * @return VLC_SUCCESS ; VLC_EGENERIC
     */
    int read(Pointer buf, int bufSize);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy