| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avformat.AVInputFormat |
avformat.av_iformat_next(avformat.AVInputFormat f)
If f is NULL, returns the first registered input format,
if f is non-NULL, returns the next registered input format after f
or NULL if f is the last one.
|
static avformat.AVInputFormat |
avdevice.av_input_audio_device_next(avformat.AVInputFormat d)
Audio input devices iterator.
|
static avformat.AVInputFormat |
avdevice.av_input_video_device_next(avformat.AVInputFormat d)
Video input devices iterator.
|
static int |
avformat.av_probe_input_buffer(avformat.AVIOContext pb,
avformat.AVInputFormat fmt,
BytePointer filename,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer(avformat.AVIOContext pb,
avformat.AVInputFormat fmt,
String filename,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer2(avformat.AVIOContext pb,
avformat.AVInputFormat fmt,
BytePointer filename,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer2(avformat.AVIOContext pb,
avformat.AVInputFormat fmt,
String filename,
Pointer logctx,
int offset,
int max_probe_size) |
static void |
avformat.av_register_input_format(avformat.AVInputFormat format) |
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
BytePointer filename,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
String filename,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_open_input(PointerPointer ps,
BytePointer filename,
avformat.AVInputFormat fmt,
PointerPointer options)
Open an input stream and read the header.
|
avformat.AVFormatContext |
avformat.AVFormatContext.iformat(avformat.AVInputFormat iformat) |
avformat.AVInputFormat |
avformat.AVInputFormat.next(avformat.AVInputFormat next) |
Copyright © 2014. All Rights Reserved.