Enumeration AlphaStitchMode

The relative position of alphaBuffer and video frames.

Enumeration Members

AlphaStitchBelow: 2

2: alphaBuffer is below the video frame.

AlphaStitchLeft: 3

3: alphaBuffer is to the left of the video frame.

AlphaStitchRight: 4

4: alphaBuffer is to the right of the video frame.

AlphaStitchUp: 1

1: alphaBuffer is above the video frame.

NoAlphaStitch: 0

0: (Default) Only video frame, that is, alphaBuffer is not stitched with the video frame.

Generated using TypeDoc