
public class Helper extends Object
Normal classes don't have access to these mechanisms, but we expose them here.
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
url_close(FfmpegIOHandle handle) |
static int |
url_open(FfmpegIOHandle handle,
String filename,
int flags) |
static int |
url_read(FfmpegIOHandle handle,
byte[] buffer,
int length) |
static long |
url_seek(FfmpegIOHandle handle,
long position,
int whence) |
static int |
url_write(FfmpegIOHandle handle,
byte[] buffer,
int length) |
public static int url_open(FfmpegIOHandle handle, String filename, int flags)
public static int url_read(FfmpegIOHandle handle, byte[] buffer, int length)
public static int url_close(FfmpegIOHandle handle)
public static int url_write(FfmpegIOHandle handle, byte[] buffer, int length)
public static long url_seek(FfmpegIOHandle handle, long position, int whence)
Copyright © 2018 Humble Software. All rights reserved.