Class VideoMixerSettings
- Namespace
- VisioForge.Core.Types.X.VideoEffects
- Assembly
- VisioForge.Core.dll
Video mixer settings.
public class VideoMixerSettings : VideoMixerBaseSettingsInheritance
Inherited Members
Constructors
VideoMixerSettings(int, int, VideoFrameRate)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoMixerSettings class.
public VideoMixerSettings(int width, int height, VideoFrameRate frameRate)Parameters
widthint-
The width.
heightint-
The height.
frameRateVideoFrameRate-
The frame rate.
VideoMixerSettings(int, int, VideoFrameRate, List<VideoMixerStream>)
Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.VideoMixerSettings class.
public VideoMixerSettings(int width, int height, VideoFrameRate frameRate, List<VideoMixerStream> streams)Parameters
widthint-
The width.
heightint-
The height.
frameRateVideoFrameRate-
The frame rate.
streamsList<VideoMixerStream>-
The streams.