| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.AVBSFContext |
avcodec.AVBSFContext.internal(avcodec.AVBSFInternal internal) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.par_in(avcodec.AVCodecParameters par_in) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.par_out(avcodec.AVCodecParameters par_out) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.position(long position) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.priv_data(Pointer priv_data) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.time_base_in(avutil.AVRational time_base_in) |
avcodec.AVBSFContext |
avcodec.AVBSFContext.time_base_out(avutil.AVRational time_base_out) |
| Modifier and Type | Method and Description |
|---|---|
static int |
avcodec.av_bsf_alloc(avcodec.AVBitStreamFilter filter,
avcodec.AVBSFContext ctx) |
static void |
avcodec.av_bsf_free(avcodec.AVBSFContext ctx) |
static int |
avcodec.av_bsf_get_null_filter(avcodec.AVBSFContext bsf) |
static int |
avcodec.av_bsf_init(avcodec.AVBSFContext ctx)
Prepare the filter for use, after all the parameters and options have been
set.
|
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_finalize(avcodec.AVBSFList lst,
avcodec.AVBSFContext bsf) |
static int |
avcodec.av_bsf_list_parse_str(BytePointer str,
avcodec.AVBSFContext bsf) |
static int |
avcodec.av_bsf_list_parse_str(String str,
avcodec.AVBSFContext bsf) |
static int |
avcodec.av_bsf_receive_packet(avcodec.AVBSFContext ctx,
avcodec.AVPacket pkt)
Retrieve a filtered packet.
|
static int |
avcodec.av_bsf_send_packet(avcodec.AVBSFContext ctx,
avcodec.AVPacket pkt)
Submit a packet for filtering.
|
int |
avcodec.AVBitStreamFilter.Init_AVBSFContext.call(avcodec.AVBSFContext ctx) |
void |
avcodec.AVBitStreamFilter.Close_AVBSFContext.call(avcodec.AVBSFContext ctx) |
int |
avcodec.AVBitStreamFilter.Filter_AVBSFContext_AVPacket.call(avcodec.AVBSFContext ctx,
avcodec.AVPacket pkt) |
Copyright © 2018. All rights reserved.