Exemple #1
0
 public static extern int encode_frame_from_rgb32_to_h264(int iContext, int frameNum, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.FunctionPtr)] OperationResultInfoCallbackDelegate resultReport, int stride, IntPtr pImagen, int iImagenDataLen);
Exemple #2
0
 public static extern int encode_h264_close(int iContext, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.FunctionPtr)] OperationResultInfoCallbackDelegate resultReport);
Exemple #3
0
 public static extern int encode_h264_init(int iWidth, int iHeight, int modo, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.FunctionPtr)] OperationResultInfoCallbackDelegate resultReport);