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