| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.AVBSFList |
avcodec.av_bsf_list_alloc()
Allocate empty list of bitstream filters.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
avcodec.av_bsf_list_append(avcodec.AVBSFList lst,
avcodec.AVBSFContext bsf)
Append bitstream filter to the list of bitstream filters.
|
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,
BytePointer bsf_name,
PointerPointer options)
Construct new bitstream filter context given it's name and options
and append it to the list of bitstream filters.
|
static int |
avcodec.av_bsf_list_append2(avcodec.AVBSFList lst,
String bsf_name,
avutil.AVDictionary options) |
static int |
avcodec.av_bsf_list_finalize(avcodec.AVBSFList lst,
avcodec.AVBSFContext bsf) |
static void |
avcodec.av_bsf_list_free(avcodec.AVBSFList lst) |
Copyright © 2018. All rights reserved.