Ejemplo n.º 1
0
 public static ErrorNumber AttachStreamWnd(MediaType mediaType, int streamId, int callHandle, IntPtr windowHandle, int x, int y, int width, int height)
 {
     return((ErrorNumber)WrapperInterface.setStreamInfo((int)mediaType, streamId, callHandle, windowHandle, x, y, width, height));
 }