Package | Description |
---|---|
org.bytedeco.ffmpeg.avcodec | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVSubtitle |
AVSubtitle.end_display_time(int setter) |
AVSubtitle |
AVSubtitle.format(short setter) |
AVSubtitle |
AVSubtitle.num_rects(int setter) |
AVSubtitle |
AVSubtitle.position(long position) |
AVSubtitle |
AVSubtitle.pts(long setter) |
AVSubtitle |
AVSubtitle.rects(int i,
AVSubtitleRect setter) |
AVSubtitle |
AVSubtitle.rects(PointerPointer setter) |
AVSubtitle |
AVSubtitle.start_display_time(int setter) |
Modifier and Type | Method and Description |
---|---|
int |
AVCodec.Encode_sub_AVCodecContext_BytePointer_int_AVSubtitle.call(AVCodecContext arg0,
BytePointer buf,
int buf_size,
AVSubtitle sub) |
Modifier and Type | Method and Description |
---|---|
static int |
avcodec.avcodec_decode_subtitle2(AVCodecContext avctx,
AVSubtitle sub,
int[] got_sub_ptr,
AVPacket avpkt) |
static int |
avcodec.avcodec_decode_subtitle2(AVCodecContext avctx,
AVSubtitle sub,
IntBuffer got_sub_ptr,
AVPacket avpkt) |
static int |
avcodec.avcodec_decode_subtitle2(AVCodecContext avctx,
AVSubtitle sub,
IntPointer got_sub_ptr,
AVPacket avpkt)
Decode a subtitle message.
|
static int |
avcodec.avcodec_encode_subtitle(AVCodecContext avctx,
byte[] buf,
int buf_size,
AVSubtitle sub) |
static int |
avcodec.avcodec_encode_subtitle(AVCodecContext avctx,
ByteBuffer buf,
int buf_size,
AVSubtitle sub) |
static int |
avcodec.avcodec_encode_subtitle(AVCodecContext avctx,
BytePointer buf,
int buf_size,
AVSubtitle sub) |
static void |
avcodec.avsubtitle_free(AVSubtitle sub)
Free all allocated data in the given subtitle struct.
|
Copyright © 2020. All rights reserved.