VideoCaptureEventArgs(IntPtr, Byte, Int32, Int32, Int32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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 -> VideoCaptureEventArgsParameters
- buffer IntPtr
-
- data Byte
-
- width Int32
-
- height Int32
-
- stride Int32
-
See Also