Beispiel #1
0
 internal VideoStream(IntPtr handle)
 {
     ParentDevice           = null;
     this.Handle            = handle;
     this.internal_NewFrame = new videoStreamNewFrame(this.Internal_NewFrame);
 }
Beispiel #2
0
 static extern IntPtr VideoStream_RegisterListener(
     IntPtr objectHandler, [MarshalAs(UnmanagedType.FunctionPtr)] videoStreamNewFrame newFrame);
Beispiel #3
0
 internal VideoStream(IntPtr handle)
 {
     ParentDevice = null;
     this.Handle = handle;
     this.internal_NewFrame = new videoStreamNewFrame(this.Internal_NewFrame);
 }