AlphaStitchMode
The relative position of alphaBuffer and video frames.
- Since
 - v4.4.0
 
Enumerator
- ALPHA_NO_STITCH
 - 0: (Default) Only video frame, that is, 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.