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