Function

GstVideo-1.0GstVideovideo_blend

  • Lets you blend the src image into the dest image

    Parameters

    • dest: VideoFrame

      The GstVideo.VideoFrame where to blend src in

    • src: VideoFrame

      the GstVideo.VideoFrame that we want to blend into

    • x: number

      The x offset in pixel where the src image should be blended

    • y: number

      the y offset in pixel where the src image should be blended

    • global_alpha: number

      the global_alpha each per-pixel alpha value is multiplied with

    Returns boolean