Ejemplo n.º 1
0
 public static extern int avcodec_encode_subtitle(AVCodecContext* avctx, byte* buf, int buf_size, AVSubtitle* sub);
Ejemplo n.º 2
0
 public static extern void avsubtitle_free(AVSubtitle* sub);
Ejemplo n.º 3
0
 public static extern int avcodec_decode_subtitle2(AVCodecContext* avctx, AVSubtitle* sub, int* got_sub_ptr, AVPacket* avpkt);
Ejemplo n.º 4
0
 public static extern int avcodec_encode_subtitle(AVCodecContext* @avctx, sbyte* @buf, int @buf_size, AVSubtitle* @sub);