Click or drag to resize
XDL

XFramePictureSetDataYUV(IntPtr, IntPtr, IntPtr, Int32, Int32, Int32) Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]


Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool SetDataYUV(
	IntPtr Y,
	IntPtr U,
	IntPtr V,
	int nXSize,
	int nYSize,
	int[] arrDataXSize
)

Parameters

Y  IntPtr

[Missing <param name="Y"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

U  IntPtr

[Missing <param name="U"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

V  IntPtr

[Missing <param name="V"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

nXSize  Int32

[Missing <param name="nXSize"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

nYSize  Int32

[Missing <param name="nYSize"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

arrDataXSize  Int32

[Missing <param name="arrDataXSize"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SetDataYUV(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32[])"]

Return Value

Boolean
See Also