Class VideoMixerSettings
Video mixer settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class VideoMixerSettings : VideoMixerBaseSettings
Constructors
VideoMixerSettings(int, int, VideoFrameRate)
Initializes a new instance of the VideoMixerSettings class.
Declaration
public VideoMixerSettings(int width, int height, VideoFrameRate frameRate)
Parameters
Type | Name | Description |
---|---|---|
int | width | The width. |
int | height | The height. |
VideoFrameRate | frameRate | The frame rate. |
VideoMixerSettings(int, int, VideoFrameRate, List<VideoMixerStream>)
Initializes a new instance of the VideoMixerSettings class.
Declaration
public VideoMixerSettings(int width, int height, VideoFrameRate frameRate, List<VideoMixerStream> streams)
Parameters
Type | Name | Description |
---|---|---|
int | width | The width. |
int | height | The height. |
VideoFrameRate | frameRate | The frame rate. |
List<VideoMixerStream> | streams | The streams. |