예제 #1
0
 public static extern int av_codec_get_tag2(AVCodecTag** tags, AVCodecID id, int* tag);
예제 #2
0
 public static extern int av_codec_get_tag(AVCodecTag** tags, AVCodecID id);
예제 #3
0
 public static extern AVCodecID av_codec_get_id(AVCodecTag** tags, int tag);
예제 #4
0
 public static extern int av_codec_get_tag2(AVCodecTag** @tags, AVCodecID @id, uint* @tag);
예제 #5
0
 public static extern uint av_codec_get_tag(AVCodecTag** @tags, AVCodecID @id);
예제 #6
0
 public static extern AVCodecID av_codec_get_id(AVCodecTag** @tags, uint @tag);