static int |
avcodec.av_bsf_list_append2(avcodec.AVBSFList lst,
BytePointer bsf_name,
avutil.AVDictionary options) |
static int |
avcodec.av_bsf_list_append2(avcodec.AVBSFList lst,
String bsf_name,
avutil.AVDictionary options) |
static int |
avutil.av_dict_copy(avutil.AVDictionary dst,
avutil.AVDictionary src,
int flags) |
static int |
avutil.av_dict_copy(PointerPointer dst,
avutil.AVDictionary src,
int flags)
Copy entries from one AVDictionary struct into another.
|
static int |
avutil.av_dict_count(avutil.AVDictionary m)
Get number of entries in dictionary.
|
static void |
avutil.av_dict_free(avutil.AVDictionary m) |
static int |
avutil.av_dict_get_string(avutil.AVDictionary m,
byte[] buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(avutil.AVDictionary m,
ByteBuffer buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(avutil.AVDictionary m,
BytePointer buffer,
byte key_val_sep,
byte pairs_sep) |
static int |
avutil.av_dict_get_string(avutil.AVDictionary m,
PointerPointer buffer,
byte key_val_sep,
byte pairs_sep)
Get dictionary entries as a string.
|
static avutil.AVDictionaryEntry |
avutil.av_dict_get(avutil.AVDictionary m,
BytePointer key,
avutil.AVDictionaryEntry prev,
int flags)
Get a dictionary entry with matching key.
|
static avutil.AVDictionaryEntry |
avutil.av_dict_get(avutil.AVDictionary m,
String key,
avutil.AVDictionaryEntry prev,
int flags) |
static int |
avutil.av_dict_parse_string(avutil.AVDictionary pm,
BytePointer str,
BytePointer key_val_sep,
BytePointer pairs_sep,
int flags) |
static int |
avutil.av_dict_parse_string(avutil.AVDictionary pm,
String str,
String key_val_sep,
String pairs_sep,
int flags) |
static int |
avutil.av_dict_set_int(avutil.AVDictionary pm,
BytePointer key,
long value,
int flags) |
static int |
avutil.av_dict_set_int(avutil.AVDictionary pm,
String key,
long value,
int flags) |
static int |
avutil.av_dict_set(avutil.AVDictionary pm,
BytePointer key,
BytePointer value,
int flags) |
static int |
avutil.av_dict_set(avutil.AVDictionary pm,
String key,
String value,
int flags) |
static void |
avutil.av_frame_set_metadata(avutil.AVFrame frame,
avutil.AVDictionary val) |
static int |
avutil.av_opt_get_dict_val(Pointer obj,
BytePointer name,
int search_flags,
avutil.AVDictionary out_val) |
static int |
avutil.av_opt_get_dict_val(Pointer obj,
String name,
int search_flags,
avutil.AVDictionary out_val) |
static int |
avutil.av_opt_set_dict_val(Pointer obj,
BytePointer name,
avutil.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,
avutil.AVDictionary val,
int search_flags) |
static int |
avutil.av_opt_set_dict(Pointer obj,
avutil.AVDictionary options) |
static int |
avutil.av_opt_set_dict2(Pointer obj,
avutil.AVDictionary options,
int search_flags) |
static byte[] |
avcodec.av_packet_pack_dictionary(avutil.AVDictionary dict,
int[] size) |
static ByteBuffer |
avcodec.av_packet_pack_dictionary(avutil.AVDictionary dict,
IntBuffer size) |
static BytePointer |
avcodec.av_packet_pack_dictionary(avutil.AVDictionary dict,
IntPointer size)
Pack a dictionary for use in side_data.
|
static int |
avcodec.av_packet_unpack_dictionary(byte[] data,
int size,
avutil.AVDictionary dict) |
static int |
avcodec.av_packet_unpack_dictionary(ByteBuffer data,
int size,
avutil.AVDictionary dict) |
static int |
avcodec.av_packet_unpack_dictionary(BytePointer data,
int size,
avutil.AVDictionary dict) |
static int |
avcodec.avcodec_open2(avcodec.AVCodecContext avctx,
avcodec.AVCodec codec,
avutil.AVDictionary options) |
static int |
avdevice.avdevice_capabilities_create(avdevice.AVDeviceCapabilitiesQuery caps,
avformat.AVFormatContext s,
avutil.AVDictionary device_options) |
static int |
avdevice.avdevice_list_input_sources(avformat.AVInputFormat device,
BytePointer device_name,
avutil.AVDictionary device_options,
avdevice.AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_input_sources(avformat.AVInputFormat device,
BytePointer device_name,
avutil.AVDictionary device_options,
PointerPointer device_list)
List devices.
|
static int |
avdevice.avdevice_list_input_sources(avformat.AVInputFormat device,
String device_name,
avutil.AVDictionary device_options,
avdevice.AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_output_sinks(avformat.AVOutputFormat device,
BytePointer device_name,
avutil.AVDictionary device_options,
avdevice.AVDeviceInfoList device_list) |
static int |
avdevice.avdevice_list_output_sinks(avformat.AVOutputFormat device,
BytePointer device_name,
avutil.AVDictionary device_options,
PointerPointer device_list) |
static int |
avdevice.avdevice_list_output_sinks(avformat.AVOutputFormat device,
String device_name,
avutil.AVDictionary device_options,
avdevice.AVDeviceInfoList device_list) |
static int |
avfilter.avfilter_init_dict(avfilter.AVFilterContext ctx,
avutil.AVDictionary options) |
static int |
avformat.avformat_find_stream_info(avformat.AVFormatContext ic,
avutil.AVDictionary options) |
static int |
avformat.avformat_init_output(avformat.AVFormatContext s,
avutil.AVDictionary options) |
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
BytePointer url,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_open_input(avformat.AVFormatContext ps,
String url,
avformat.AVInputFormat fmt,
avutil.AVDictionary options) |
static int |
avformat.avformat_write_header(avformat.AVFormatContext s,
avutil.AVDictionary options) |
static int |
avformat.avio_open_dir(avformat.AVIODirContext s,
BytePointer url,
avutil.AVDictionary options) |
static int |
avformat.avio_open_dir(avformat.AVIODirContext s,
String url,
avutil.AVDictionary options) |
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) |
int |
avformat.AVOpenCallback.call(avformat.AVFormatContext s,
avformat.AVIOContext pb,
BytePointer url,
int flags,
avformat.AVIOInterruptCB int_cb,
avutil.AVDictionary options) |
avformat.AVStream |
avformat.AVStream.metadata(avutil.AVDictionary metadata) |
avformat.AVProgram |
avformat.AVProgram.metadata(avutil.AVDictionary metadata) |
avformat.AVChapter |
avformat.AVChapter.metadata(avutil.AVDictionary metadata) |
avformat.AVFormatContext |
avformat.AVFormatContext.metadata(avutil.AVDictionary metadata) |
avutil.AVFrameSideData |
avutil.AVFrameSideData.metadata(avutil.AVDictionary metadata) |
avutil.AVFrame |
avutil.AVFrame.metadata(avutil.AVDictionary metadata) |