Ejemplo n.º 1
0
 public static extern int av_hash_get_size(libavutil.AVHashContext *ctx);
Ejemplo n.º 2
0
 public static extern int av_hash_alloc(ref libavutil.AVHashContext *ctx, string name);
Ejemplo n.º 3
0
 public static extern sbyte *av_hash_get_name(libavutil.AVHashContext *ctx);
Ejemplo n.º 4
0
 public static extern void av_hash_freep(ref libavutil.AVHashContext *ctx);
Ejemplo n.º 5
0
 public static extern void av_hash_final_b64(libavutil.AVHashContext *ctx, byte *dst, int size);
Ejemplo n.º 6
0
 public static extern void av_hash_final(libavutil.AVHashContext *ctx, byte *dst);
Ejemplo n.º 7
0
 public static extern void av_hash_update(libavutil.AVHashContext *ctx, byte *src, int len);
Ejemplo n.º 8
0
 public static extern void av_hash_init(libavutil.AVHashContext *ctx);