Click or drag to resize
XDL

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

[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: 1.2.817.72
Syntax
C#
public bool SetDataYUV(
	IntPtr Y,
	IntPtr U,
	IntPtr V,
	int nXSize,
	int nYSize,
	int[] arrDataXSize
)

Parameters

Y
Type: SystemIntPtr

[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
Type: SystemIntPtr

[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
Type: SystemIntPtr

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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

Type: Boolean
See Also