예제 #1
0
 public static extern String av_chroma_location_name(AVChromaLocation location);
예제 #2
0
 public static extern int avcodec_enum_to_chroma_pos(int* xpos, int* ypos, AVChromaLocation pos);
예제 #3
0
public static extern System.Int32 avcodec_enum_to_chroma_pos(
	IntPtr/* System.Int32*  */ xpos, 
	IntPtr/* System.Int32*  */ ypos, 
	AVChromaLocation pos);
예제 #4
0
 public static extern byte *av_chroma_location_name(AVChromaLocation location);
예제 #5
0
 public static extern int avcodec__to_chroma_pos(int *xpos, int *ypos, AVChromaLocation pos);