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