| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.args(BytePointer args) |
static avcodec.AVBitStreamFilterContext |
avcodec.av_bitstream_filter_init(BytePointer name)
Deprecated.
the old bitstream filtering API (using AVBitStreamFilterContext)
is deprecated. Use av_bsf_get_by_name(), av_bsf_alloc(), and av_bsf_init()
from the new bitstream filtering API (using AVBSFContext).
|
static avcodec.AVBitStreamFilterContext |
avcodec.av_bitstream_filter_init(String name)
Deprecated.
|
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next() |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next(avcodec.AVBitStreamFilterContext next) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.parser(avcodec.AVCodecParserContext parser) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.position(long position) |
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.priv_data(Pointer priv_data) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avformat.av_apply_bitstream_filters(avcodec.AVCodecContext codec,
avcodec.AVPacket pkt,
avcodec.AVBitStreamFilterContext bsfc)
Deprecated.
|
static void |
avcodec.av_bitstream_filter_close(avcodec.AVBitStreamFilterContext bsf)
Deprecated.
the old bitstream filtering API (using AVBitStreamFilterContext)
is deprecated. Use av_bsf_free() from the new bitstream filtering API (using
AVBSFContext).
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe)
Deprecated.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe)
Deprecated.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Deprecated.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
BytePointer args,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Deprecated.
the old bitstream filtering API (using AVBitStreamFilterContext)
is deprecated. Use av_bsf_send_packet() and av_bsf_receive_packet() from the
new bitstream filtering API (using AVBSFContext).
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe)
Deprecated.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe)
Deprecated.
|
static int |
avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext bsfc,
avcodec.AVCodecContext avctx,
String args,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Deprecated.
|
avcodec.AVBitStreamFilterContext |
avcodec.AVBitStreamFilterContext.next(avcodec.AVBitStreamFilterContext next) |
Copyright © 2019. All rights reserved.