Enum PIPType
- Namespace
- VisioForge.Core.Types.VideoCapture
- Assembly
- VisioForge.Core.dll
Picture-In-Picture type.
public enum PIPTypeFields
Preview = 0-
Preview.
The PIP overlay is shown only in the preview window and is not included in the captured or recorded output. This is useful for monitoring purposes where you want to see multiple sources during recording but don't want them in the final output.
PreviewAndCapture = 1-
Preview and capture.
The PIP overlay is shown in both the preview window and included in the captured or recorded output. This creates a final output with multiple video sources composited together.
Remarks
Specifies whether the Picture-in-Picture overlay should be displayed only during preview or included in both preview and captured output.