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