VisioForge (c) 2025

Search Results for

    Class PushSourceSettings

    Push source settings.

    Inheritance
    object
    PushSourceSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.VideoCapture
    Assembly: VisioForge.Core.dll
    Syntax
    public class PushSourceSettings

    Constructors

    PushSourceSettings()

    Initializes a new instance of the PushSourceSettings class.

    Declaration
    public PushSourceSettings()

    Properties

    VideoFrameRate

    Gets or sets video frame rate.

    Declaration
    public VideoFrameRate VideoFrameRate { get; set; }
    Property Value
    Type Description
    VideoFrameRate

    VideoHeight

    Gets or sets video height.

    Declaration
    public int VideoHeight { get; set; }
    Property Value
    Type Description
    int

    VideoWidth

    Gets or sets video width.

    Declaration
    public int VideoWidth { get; set; }
    Property Value
    Type Description
    int