VisioForge (c) 2025

Search Results for

    Class MJPEGOutput

    MJPEG network streaming output settings.

    Inheritance
    object
    MJPEGOutput
    Implements
    INetworkStreamingOutput
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public sealed class MJPEGOutput : INetworkStreamingOutput

    Constructors

    MJPEGOutput(int)

    Initializes a new instance of the MJPEGOutput class.

    Declaration
    public MJPEGOutput(int port)
    Parameters
    Type Name Description
    int port

    The port.

    Properties

    Port

    Gets or sets the port.

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

    The port.

    Methods

    Load(string)

    Loads from JSON.

    Declaration
    public static MJPEGOutput Load(string json)
    Parameters
    Type Name Description
    string json

    JSON string.

    Returns
    Type Description
    MJPEGOutput

    The string.

    Save()

    Saves to JSON.

    Declaration
    public string Save()
    Returns
    Type Description
    string

    The string.

    Implements

    INetworkStreamingOutput