예제 #1
0
 public static extern void av_bsf_free(AVBSFContext** @ctx);
예제 #2
0
 public static extern int av_bsf_init(AVBSFContext* @ctx);
예제 #3
0
 public static extern int av_bsf_receive_packet(AVBSFContext* @ctx, AVPacket* @pkt);
예제 #4
0
 public static extern int av_bsf_alloc(AVBitStreamFilter* @filter, AVBSFContext** @ctx);
예제 #5
0
 public static extern int av_bsf_get_null_filter(AVBSFContext** @bsf);
예제 #6
0
 public static extern int av_bsf_list_parse_str([MarshalAs(UnmanagedType.LPStr)] string @str, AVBSFContext** @bsf);
예제 #7
0
 public static extern int av_bsf_list_finalize(AVBSFList** @lst, AVBSFContext** @bsf);
예제 #8
0
 public static extern int av_bsf_list_append(AVBSFList* @lst, AVBSFContext* @bsf);