Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVFormatContext |
AVFormatContext.iformat(AVInputFormat setter) |
AVInputFormat |
AVInputFormat.next(AVInputFormat setter) |
Modifier and Type | Method and Description |
---|---|
static AVInputFormat |
avformat.av_demuxer_iterate(Pointer opaque) |
static AVInputFormat |
avformat.av_demuxer_iterate(PointerPointer opaque)
Iterate over all registered demuxers.
|
static AVInputFormat |
avformat.av_find_input_format(BytePointer short_name)
Find AVInputFormat based on the short name of the input format.
|
static AVInputFormat |
avformat.av_find_input_format(String short_name) |
static AVInputFormat |
avformat.av_iformat_next(AVInputFormat f)
Deprecated.
|
static AVInputFormat |
avdevice.av_input_audio_device_next(AVInputFormat d)
Audio input devices iterator.
|
static AVInputFormat |
avdevice.av_input_video_device_next(AVInputFormat d)
Video input devices iterator.
|
static AVInputFormat |
avformat.av_probe_input_format(AVProbeData pd,
int is_opened)
Guess the file format.
|
static AVInputFormat |
avformat.av_probe_input_format2(AVProbeData pd,
int is_opened,
int[] score_max) |
static AVInputFormat |
avformat.av_probe_input_format2(AVProbeData pd,
int is_opened,
IntBuffer score_max) |
static AVInputFormat |
avformat.av_probe_input_format2(AVProbeData pd,
int is_opened,
IntPointer score_max)
Guess the file format.
|
static AVInputFormat |
avformat.av_probe_input_format3(AVProbeData pd,
int is_opened,
int[] score_ret) |
static AVInputFormat |
avformat.av_probe_input_format3(AVProbeData pd,
int is_opened,
IntBuffer score_ret) |
static AVInputFormat |
avformat.av_probe_input_format3(AVProbeData pd,
int is_opened,
IntPointer score_ret)
Guess the file format.
|
Modifier and Type | Method and Description |
---|---|
static AVInputFormat |
avformat.av_iformat_next(AVInputFormat f)
Deprecated.
|
static AVInputFormat |
avdevice.av_input_audio_device_next(AVInputFormat d)
Audio input devices iterator.
|
static AVInputFormat |
avdevice.av_input_video_device_next(AVInputFormat d)
Video input devices iterator.
|
static int |
avformat.av_probe_input_buffer(AVIOContext pb,
AVInputFormat fmt,
BytePointer url,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer(AVIOContext pb,
AVInputFormat fmt,
String url,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer2(AVIOContext pb,
AVInputFormat fmt,
BytePointer url,
Pointer logctx,
int offset,
int max_probe_size) |
static int |
avformat.av_probe_input_buffer2(AVIOContext pb,
AVInputFormat fmt,
String url,
Pointer logctx,
int offset,
int max_probe_size) |
static void |
avformat.av_register_input_format(AVInputFormat format)
Deprecated.
|
static int |
avdevice.avdevice_list_input_sources(AVInputFormat device,
BytePointer device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_input_sources(AVInputFormat device,
BytePointer device_name,
AVDictionary device_options,
PointerPointer device_list)
List devices.
|
static int |
avdevice.avdevice_list_input_sources(AVInputFormat device,
String device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avformat.avformat_open_input(AVFormatContext ps,
BytePointer url,
AVInputFormat fmt,
AVDictionary options) |
static int |
avformat.avformat_open_input(AVFormatContext ps,
String url,
AVInputFormat fmt,
AVDictionary options) |
static int |
avformat.avformat_open_input(PointerPointer ps,
BytePointer url,
AVInputFormat fmt,
PointerPointer options)
Open an input stream and read the header.
|
Copyright © 2020. All rights reserved.