tv.danmaku.ijk.media.player.ffmpeg.FFmpegApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ijkplayer-java Show documentation
Show all versions of ijkplayer-java Show documentation
Video player based on FFmpeg n2.8
The newest version!
package tv.danmaku.ijk.media.player.ffmpeg;
public class FFmpegApi {
public static native String av_base64_encode(byte in[]);
}