Ejemplo n.º 1
0
 public static extern int av_escape(sbyte **dst, string src, string special_chars, libavutil.AVEscapeMode mode, int flags);
Ejemplo n.º 2
0
 public static extern int av_escape(ref System.Text.StringBuilder dst, string src, string special_chars, libavutil.AVEscapeMode mode, int flags);
Ejemplo n.º 3
0
 public static extern void av_bprint_escape(libavutil.AVBPrint *dstbuf, string src, string special_chars, libavutil.AVEscapeMode mode, int flags);