Package | Description |
---|---|
org.bytedeco.ffmpeg.avutil | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVDictionaryEntry |
AVDictionaryEntry.getPointer(long i) |
AVDictionaryEntry |
AVDictionaryEntry.key(BytePointer setter) |
AVDictionaryEntry |
AVDictionaryEntry.position(long position) |
AVDictionaryEntry |
AVDictionaryEntry.value(BytePointer setter) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2024. All rights reserved.