LongoMatch.Video.Capturer.GstCameraCapturer.gst_camera_capturer_configure C# (CSharp) Method

gst_camera_capturer_configure() private method

private gst_camera_capturer_configure ( IntPtr raw, IntPtr output_file, int type, IntPtr source_element, IntPtr device_id, int width, int height, int fps_n, int fps_d, int video_encoder, int audio_encoder, int muxer, uint video_bitrate, uint audio_bitrate, bool record_audio, uint output_width, uint output_height, IntPtr window_handle, IntPtr &err ) : IntPtr
raw System.IntPtr
output_file System.IntPtr
type int
source_element System.IntPtr
device_id System.IntPtr
width int
height int
fps_n int
fps_d int
video_encoder int
audio_encoder int
muxer int
video_bitrate uint
audio_bitrate uint
record_audio bool
output_width uint
output_height uint
window_handle System.IntPtr
err System.IntPtr
return System.IntPtr
		static extern unsafe IntPtr gst_camera_capturer_configure (
			IntPtr raw, IntPtr output_file, int type, IntPtr source_element,
			IntPtr device_id, int width, int height, int fps_n, int fps_d,
			int video_encoder, int audio_encoder, int muxer,
			uint video_bitrate, uint audio_bitrate, bool record_audio,
			uint output_width, uint output_height, IntPtr window_handle,
			out IntPtr err);