| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
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) |
avutil.AVDictionaryEntry |
avutil.AVDictionaryEntry.key(BytePointer key) |
avutil.AVDictionaryEntry |
avutil.AVDictionaryEntry.position(long position) |
avutil.AVDictionaryEntry |
avutil.AVDictionaryEntry.value(BytePointer value) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2018. All rights reserved.