| Package | Description |
|---|---|
| io.humble.video.customio |
An API for extending Humble Video to read and write from arbitrary data sources.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Helper.url_close(FfmpegIOHandle handle) |
static int |
FfmpegIO.url_close(FfmpegIOHandle handle) |
static int |
Helper.url_open(FfmpegIOHandle handle,
String filename,
int flags) |
static int |
FfmpegIO.url_open(FfmpegIOHandle handle,
String filename,
int flags) |
static int |
Helper.url_read(FfmpegIOHandle handle,
byte[] buffer,
int length) |
static int |
FfmpegIO.url_read(FfmpegIOHandle handle,
byte[] buffer,
int length) |
static long |
Helper.url_seek(FfmpegIOHandle handle,
long position,
int whence) |
static long |
FfmpegIO.url_seek(FfmpegIOHandle handle,
long position,
int whence) |
static int |
Helper.url_write(FfmpegIOHandle handle,
byte[] buffer,
int length) |
static int |
FfmpegIO.url_write(FfmpegIOHandle handle,
byte[] buffer,
int length) |
Copyright © 2018 Humble Software. All rights reserved.