Table of Contents

Class VideoMixerSettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Video mixer settings.

public class VideoMixerSettings : VideoMixerBaseSettings

Inheritance

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

width int

The width.

height int

The height.

frameRate VideoFrameRate

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

width int

The width.

height int

The height.

frameRate VideoFrameRate

The frame rate.

streams List<VideoMixerStream>

The streams.