Package | Description |
---|---|
org.bytedeco.ffmpeg.avfilter | |
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.avutil | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVDictionary |
AVFilterParams.opts()
Options to be apllied to the filter.
|
Modifier and Type | Method and Description |
---|---|
AVFilterParams |
AVFilterParams.opts(AVDictionary setter) |
Modifier and Type | Method and Description |
---|---|
AVDictionary |
AVChapter.metadata() |
AVDictionary |
AVProgram.metadata() |
AVDictionary |
AVFormatContext.metadata()
Metadata that applies to the whole file.
|
AVDictionary |
AVStream.metadata() |
AVDictionary |
AVStreamGroup.metadata()
Metadata that applies to the whole group.
|
Modifier and Type | Method and Description |
---|---|
AVChapter |
AVChapter.metadata(AVDictionary setter) |
AVProgram |
AVProgram.metadata(AVDictionary setter) |
AVFormatContext |
AVFormatContext.metadata(AVDictionary setter) |
AVStream |
AVStream.metadata(AVDictionary setter) |
AVStreamGroup |
AVStreamGroup.metadata(AVDictionary setter) |
Modifier and Type | Method and Description |
---|---|
AVDictionary |
AVFrameSideData.metadata() |
AVDictionary |
AVFrame.metadata()
metadata.
|
Modifier and Type | Method and Description |
---|---|
AVFrameSideData |
AVFrameSideData.metadata(AVDictionary setter) |
AVFrame |
AVFrame.metadata(AVDictionary setter) |
Modifier and Type | Method and Description |
---|---|
static int |
avcodec.av_bsf_list_append2(AVBSFList lst,
BytePointer bsf_name,
AVDictionary options) |
static int |
avcodec.av_bsf_list_append2(AVBSFList lst,
String bsf_name,
AVDictionary options) |
static int |
avutil.av_dict_copy(AVDictionary dst,
AVDictionary src,
int flags) |
static int |
avutil.av_dict_copy(PointerPointer dst,
AVDictionary src,
int flags)
Copy entries from one AVDictionary struct into another.
|
static int |
avutil.av_dict_count(AVDictionary m)
Get number of entries in dictionary.
|
static void |
avutil.av_dict_free(AVDictionary m) |
static int |
avutil.av_dict_get_string(AVDictionary m,
byte[] buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(AVDictionary m,
ByteBuffer buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(AVDictionary m,
BytePointer buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(AVDictionary m,
PointerPointer buffer,
byte key_val_sep,
byte pairs_sep)
Get dictionary entries as a string.
|
static AVDictionaryEntry |
avutil.av_dict_get(AVDictionary m,
BytePointer key,
AVDictionaryEntry prev,
int flags)
Get a dictionary entry with matching key.
|
static AVDictionaryEntry |
avutil.av_dict_get(AVDictionary m,
String key,
AVDictionaryEntry prev,
int flags) |
static AVDictionaryEntry |
avutil.av_dict_iterate(AVDictionary m,
AVDictionaryEntry prev)
Iterate over a dictionary
Iterates through all entries in the dictionary.
|
static int |
avutil.av_dict_parse_string(AVDictionary pm,
BytePointer str,
BytePointer key_val_sep,
BytePointer pairs_sep,
int flags) |
static int |
avutil.av_dict_parse_string(AVDictionary pm,
String str,
String key_val_sep,
String pairs_sep,
int flags) |
static int |
avutil.av_dict_set_int(AVDictionary pm,
BytePointer key,
long value,
int flags) |
static int |
avutil.av_dict_set_int(AVDictionary pm,
String key,
long value,
int flags) |
static int |
avutil.av_dict_set(AVDictionary pm,
BytePointer key,
BytePointer value,
int flags) |
static int |
avutil.av_dict_set(AVDictionary pm,
String key,
String value,
int flags) |
static int |
avutil.av_hwdevice_ctx_create_derived_opts(AVBufferRef dst_ctx,
int type,
AVBufferRef src_ctx,
AVDictionary options,
int flags) |
static int |
avutil.av_hwdevice_ctx_create_derived_opts(PointerPointer dst_ctx,
int type,
AVBufferRef src_ctx,
AVDictionary options,
int flags)
Create a new device of the specified type from an existing device.
|
static int |
avutil.av_hwdevice_ctx_create(AVBufferRef device_ctx,
int type,
BytePointer device,
AVDictionary opts,
int flags) |
static int |
avutil.av_hwdevice_ctx_create(AVBufferRef device_ctx,
int type,
String device,
AVDictionary opts,
int flags) |
static int |
avutil.av_hwdevice_ctx_create(PointerPointer device_ctx,
int type,
BytePointer device,
AVDictionary opts,
int flags)
Open a device of the specified type and create an AVHWDeviceContext for it.
|
static int |
avutil.av_opt_get_dict_val(Pointer obj,
BytePointer name,
int search_flags,
AVDictionary out_val) |
static int |
avutil.av_opt_get_dict_val(Pointer obj,
String name,
int search_flags,
AVDictionary out_val) |
static int |
avutil.av_opt_set_dict_val(Pointer obj,
BytePointer name,
AVDictionary val,
int search_flags)
\note Any old dictionary present is discarded and replaced with a copy of the new one.
|
static int |
avutil.av_opt_set_dict_val(Pointer obj,
String name,
AVDictionary val,
int search_flags) |
static int |
avutil.av_opt_set_dict(Pointer obj,
AVDictionary options) |
static int |
avutil.av_opt_set_dict2(Pointer obj,
AVDictionary options,
int search_flags) |
static BytePointer |
avcodec.av_packet_pack_dictionary(AVDictionary dict,
SizeTPointer size)
Pack a dictionary for use in side_data.
|
static int |
avcodec.av_packet_unpack_dictionary(byte[] data,
long size,
AVDictionary dict) |
static int |
avcodec.av_packet_unpack_dictionary(ByteBuffer data,
long size,
AVDictionary dict) |
static int |
avcodec.av_packet_unpack_dictionary(BytePointer data,
long size,
AVDictionary dict) |
static int |
avcodec.avcodec_open2(AVCodecContext avctx,
AVCodec codec,
AVDictionary options) |
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 |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
BytePointer device_name,
AVDictionary device_options,
PointerPointer device_list) |
static int |
avdevice.avdevice_list_output_sinks(AVOutputFormat device,
String device_name,
AVDictionary device_options,
AVDeviceInfoList device_list) |
static int |
avfilter.avfilter_init_dict(AVFilterContext ctx,
AVDictionary options) |
static int |
avformat.avformat_find_stream_info(AVFormatContext ic,
AVDictionary options) |
static int |
avformat.avformat_init_output(AVFormatContext s,
AVDictionary options) |
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 AVStreamGroup |
avformat.avformat_stream_group_create(AVFormatContext s,
int type,
AVDictionary options) |
static int |
avformat.avformat_write_header(AVFormatContext s,
AVDictionary options) |
static int |
avformat.avio_open_dir(AVIODirContext s,
BytePointer url,
AVDictionary options) |
static int |
avformat.avio_open_dir(AVIODirContext s,
String url,
AVDictionary options) |
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) |
Copyright © 2024. All rights reserved.