Enum VideoEditStreamType
- Namespace
- VisioForge.Core.Types.VideoEdit
- Assembly
- VisioForge.Core.dll
Specifies the type of media stream in a video editing project.
public enum VideoEditStreamTypeFields
Video = 0-
A standard video stream containing visual data.
Audio = 1-
An audio stream containing sound data.
Image = 2-
A static image stream used for slideshows or overlays.
VideoBlank = 3-
A blank video stream acting as a placeholder, often used when generating frames programmatically via the OnPushFrame event.