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