Package | Description |
---|---|
org.bytedeco.ffmpeg.avcodec | |
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVCodecParserContext |
AVCodecParserContext.coded_height(int setter) |
AVCodecParserContext |
AVCodecParserContext.coded_width(int setter) |
AVCodecParserContext |
AVCodecParserContext.convergence_duration(long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_dts(int i,
long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_end(int i,
long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_offset(int i,
long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_pos(int i,
long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_pts(int i,
long setter) |
AVCodecParserContext |
AVCodecParserContext.cur_frame_start_index(int setter) |
AVCodecParserContext |
AVCodecParserContext.cur_offset(long setter) |
AVCodecParserContext |
AVCodecParserContext.dts_ref_dts_delta(int setter) |
AVCodecParserContext |
AVCodecParserContext.dts_sync_point(int setter) |
AVCodecParserContext |
AVCodecParserContext.dts(long setter) |
AVCodecParserContext |
AVCodecParserContext.duration(int setter) |
AVCodecParserContext |
AVCodecParserContext.fetch_timestamp(int setter) |
AVCodecParserContext |
AVCodecParserContext.field_order(int setter) |
AVCodecParserContext |
AVCodecParserContext.flags(int setter) |
AVCodecParserContext |
AVCodecParserContext.format(int setter) |
AVCodecParserContext |
AVCodecParserContext.frame_offset(long setter) |
AVCodecParserContext |
AVCodecParserContext.height(int setter) |
AVCodecParserContext |
AVCodecParserContext.key_frame(int setter) |
AVCodecParserContext |
AVCodecParserContext.last_dts(long setter) |
AVCodecParserContext |
AVCodecParserContext.last_pos(long setter) |
AVCodecParserContext |
AVCodecParserContext.last_pts(long setter) |
AVCodecParserContext |
AVCodecParserContext.next_frame_offset(long setter) |
AVCodecParserContext |
AVCodecParserContext.offset(long setter) |
AVCodecParserContext |
AVCodecParserContext.output_picture_number(int setter) |
AVCodecParserContext |
AVBitStreamFilterContext.parser() |
AVCodecParserContext |
AVCodecParserContext.parser(AVCodecParser setter) |
AVCodecParserContext |
AVCodecParserContext.pict_type(int setter) |
AVCodecParserContext |
AVCodecParserContext.picture_structure(int setter) |
AVCodecParserContext |
AVCodecParserContext.pos(long setter) |
AVCodecParserContext |
AVCodecParserContext.position(long position) |
AVCodecParserContext |
AVCodecParserContext.priv_data(Pointer setter) |
AVCodecParserContext |
AVCodecParserContext.pts_dts_delta(int setter) |
AVCodecParserContext |
AVCodecParserContext.pts(long setter) |
AVCodecParserContext |
AVCodecParserContext.repeat_pict(int setter) |
AVCodecParserContext |
AVCodecParserContext.width(int setter) |
Modifier and Type | Method and Description |
---|---|
int |
AVCodecParser.Parser_init_AVCodecParserContext.call(AVCodecParserContext s) |
void |
AVCodecParser.Parser_close_AVCodecParserContext.call(AVCodecParserContext s) |
int |
AVCodecParser.Parser_parse_AVCodecParserContext_AVCodecContext_PointerPointer_IntPointer_BytePointer_int.call(AVCodecParserContext s,
AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size) |
AVBitStreamFilterContext |
AVBitStreamFilterContext.parser(AVCodecParserContext setter) |
Modifier and Type | Method and Description |
---|---|
AVCodecParserContext |
AVStream.parser() |
Modifier and Type | Method and Description |
---|---|
AVStream |
AVStream.parser(AVCodecParserContext setter) |
Modifier and Type | Method and Description |
---|---|
static AVCodecParserContext |
avcodec.av_parser_init(int codec_id) |
static AVCodecParserContext |
avformat.av_stream_get_parser(AVStream s) |
Modifier and Type | Method and Description |
---|---|
static int |
avcodec.av_parser_change(AVCodecParserContext s,
AVCodecContext avctx,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(AVCodecParserContext s,
AVCodecContext avctx,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(AVCodecParserContext s,
AVCodecContext avctx,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe) |
static int |
avcodec.av_parser_change(AVCodecParserContext s,
AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
int keyframe)
Deprecated.
use AVBitStreamFilter
|
static void |
avcodec.av_parser_close(AVCodecParserContext s) |
static int |
avcodec.av_parser_parse2(AVCodecParserContext s,
AVCodecContext avctx,
byte[] poutbuf,
int[] poutbuf_size,
byte[] buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(AVCodecParserContext s,
AVCodecContext avctx,
ByteBuffer poutbuf,
IntBuffer poutbuf_size,
ByteBuffer buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(AVCodecParserContext s,
AVCodecContext avctx,
BytePointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
long pts,
long dts,
long pos) |
static int |
avcodec.av_parser_parse2(AVCodecParserContext s,
AVCodecContext avctx,
PointerPointer poutbuf,
IntPointer poutbuf_size,
BytePointer buf,
int buf_size,
long pts,
long dts,
long pos)
Parse a packet.
|
Copyright © 2020. All rights reserved.