VideoCaptureEventArgs(IntPtr, Byte, Int32, Int32, Int32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic VideoCaptureEventArgs(
IntPtr buffer,
byte[] data,
int width,
int height,
int stride
)
Public Sub New (
buffer As IntPtr,
data As Byte(),
width As Integer,
height As Integer,
stride As Integer
)
public:
VideoCaptureEventArgs(
IntPtr buffer,
array<unsigned char>^ data,
int width,
int height,
int stride
)
new :
buffer : IntPtr *
data : byte[] *
width : int *
height : int *
stride : int -> VideoCaptureEventArgs
Parameters
- buffer IntPtr
- Pointer to a buffer that contains the sample data.
- data Byte
- The byte array that contains the sample data.
- width Int32
- The width of the captured image (in pixels).
- height Int32
- The height of the captured image (in pixels).
- stride Int32
-
See Also