VisioForge (c) 2025

Search Results for

    Class SqueezebackSettings

    Squeezeback settings.

    Inheritance
    Object
    VideoMixerBaseSettings
    SqueezebackSettings
    Inherited Members
    VideoMixerBaseSettings.Width
    VideoMixerBaseSettings.Height
    VideoMixerBaseSettings.FrameRate
    VideoMixerBaseSettings.Background
    VideoMixerBaseSettings.Streams
    VideoMixerBaseSettings.AddStream(VideoMixerStream)
    VideoMixerBaseSettings.AddStream(Rect, Int32)
    VideoMixerBaseSettings.RemoveStream(VideoMixerStream)
    VideoMixerBaseSettings.ClearStreams()
    VideoMixerBaseSettings.GetStream(Int32)
    VideoMixerBaseSettings.GetStreamCount()
    VideoMixerBaseSettings.SetStream(Int32, VideoMixerStream)
    VideoMixerBaseSettings.SetStreams(List<VideoMixerStream>)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.