| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avformat.AVIOInterruptCB |
avformat.AVIOInterruptCB.callback(avformat.AVIOInterruptCB.Callback_Pointer callback) |
avformat.AVIOInterruptCB |
avformat.AVFormatContext.interrupt_callback()
Custom interrupt callbacks for the I/O layer.
|
avformat.AVIOInterruptCB |
avformat.AVIOInterruptCB.opaque(Pointer opaque) |
avformat.AVIOInterruptCB |
avformat.AVIOInterruptCB.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avformat.avio_open2(avformat.AVIOContext s,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
avutil.AVDictionary options) |
static int |
avformat.avio_open2(avformat.AVIOContext s,
String url,
int flags,
avformat.AVIOInterruptCB int_cb,
avutil.AVDictionary options) |
static int |
avformat.avio_open2(PointerPointer s,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
PointerPointer options)
Create and initialize a AVIOContext for accessing the
resource indicated by url.
|
int |
avformat.AVOpenCallback.call(avformat.AVFormatContext s,
avformat.AVIOContext pb,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
avutil.AVDictionary options) |
int |
avformat.AVFormatContext.Open_cb_AVFormatContext_PointerPointer_BytePointer_int_AVIOInterruptCB_PointerPointer.call(avformat.AVFormatContext s,
PointerPointer p,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
PointerPointer options)
Deprecated.
|
avformat.AVFormatContext |
avformat.AVFormatContext.interrupt_callback(avformat.AVIOInterruptCB interrupt_callback) |
Copyright © 2016. All rights reserved.