| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.avcodec | |
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
AVBitStreamFilter |
AVBitStreamFilter.codec_ids(IntPointer setter) |
AVBitStreamFilter |
AVBSFContext.filter()
The bitstream filter this context is an instance of.
|
AVBitStreamFilter |
AVBitStreamFilter.getPointer(long i) |
AVBitStreamFilter |
AVBitStreamFilter.name(BytePointer setter) |
AVBitStreamFilter |
AVBitStreamFilter.position(long position) |
AVBitStreamFilter |
AVBitStreamFilter.priv_class(AVClass setter) |
| Modifier and Type | Method and Description |
|---|---|
AVBSFContext |
AVBSFContext.filter(AVBitStreamFilter setter) |
| Modifier and Type | Method and Description |
|---|---|
static AVBitStreamFilter |
avcodec.av_bsf_get_by_name(BytePointer name) |
static AVBitStreamFilter |
avcodec.av_bsf_get_by_name(String name) |
static AVBitStreamFilter |
avcodec.av_bsf_iterate(Pointer opaque) |
static AVBitStreamFilter |
avcodec.av_bsf_iterate(PointerPointer opaque)
Iterate over all registered bitstream filters.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
avcodec.av_bsf_alloc(AVBitStreamFilter filter,
AVBSFContext ctx) |
static int |
avcodec.av_bsf_alloc(AVBitStreamFilter filter,
PointerPointer ctx)
Allocate a context for a given bitstream filter.
|
Copyright © 2024. All rights reserved.