Enum VideoStreamType
Type of video stream in frame grabber event.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public enum VideoStreamType
Fields
| Name | Description |
|---|---|
| Capture | Capture stream. |
| FFMPEGAudio | FFMPEG audio stream. |
| FFMPEGVideo | FFMPEG video stream. |
| Main | Source stream, preview + capture. |
| MediaPlayerCache | Media Player SDK cache frame. |
| PIP1 | Picture-In-Picture, stream 1. |
| PIP2 | Picture-In-Picture, stream 2. |
| PIP3 | Picture-In-Picture, stream 3. |
| PIP4 | Picture-In-Picture, stream 4. |
| PIP5 | Picture-In-Picture, stream 5. |
| PIP6 | Picture-In-Picture, stream 6. |
| PIP7 | Picture-In-Picture, stream 7. |
| PIP8 | Picture-In-Picture, stream 8. |
| Preview | Preview stream. |
| StatusOverlay | The status overlay. |
| Still | Still frames. |
| Unknown | Not specified. |