ALPHA_STITCH_MODE

Relative position of alphaBuffer and the video frame.

Enumerations

NO_ALPHA_STITCH
0: (Default) Only the video frame, i.e., alphaBuffer is not stitched with the video frame.
ALPHA_STITCH_UP
1: alphaBuffer is above the video frame.
ALPHA_STITCH_BELOW
2: alphaBuffer is below the video frame.
ALPHA_STITCH_LEFT
3: alphaBuffer is to the left of the video frame.
ALPHA_STITCH_RIGHT
4: alphaBuffer is to the right of the video frame.