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