예제 #1
0
 public static extern void *av_tree_find(libavutil.AVTreeNode *root, void *key, global::System.IntPtr cmp, void **next);
예제 #2
0
 public static extern void av_tree_destroy(libavutil.AVTreeNode *t);
예제 #3
0
 public static extern void av_tree_enumerate(libavutil.AVTreeNode *t, void *opaque, global::System.IntPtr cmp, global::System.IntPtr enu);
예제 #4
0
 public static extern void *av_tree_insert(ref libavutil.AVTreeNode *rootp, void *key, global::System.IntPtr cmp, ref libavutil.AVTreeNode *next);