VisioForge (c) 2025

Search Results for

    Class SharedMemorySourceSettings

    Shared memory source settings.

    Inheritance
    object
    SharedMemorySourceSettings
    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.X.Sources
    Assembly: VisioForge.Core.dll
    Syntax
    public class SharedMemorySourceSettings

    Constructors

    SharedMemorySourceSettings(string)

    Initializes a new instance of the SharedMemorySourceSettings class.

    Declaration
    public SharedMemorySourceSettings(string socketPath)
    Parameters
    Type Name Description
    string socketPath

    The socket path.

    Properties

    IsLive

    Gets or sets a value indicating whether the element cannot produce data in PAUSED.

    Declaration
    public bool IsLive { get; set; }
    Property Value
    Type Description
    bool

    SocketPath

    Gets the path to the control socket used to control the shared memory.

    Declaration
    public string SocketPath { get; }
    Property Value
    Type Description
    string

    The socket path.