Table of Contents

Class SharedMemorySourceSettings

Namespace
VisioForge.Core.Types.X.Sources
Assembly
VisioForge.Core.dll

Shared memory source settings.

public class SharedMemorySourceSettings

Inheritance

Inherited Members

Constructors

SharedMemorySourceSettings(string)

Initializes a new instance of the VisioForge.Core.Types.X.Sources.SharedMemorySourceSettings class.

public SharedMemorySourceSettings(string socketPath)

Parameters

socketPath string

The socket path.

Properties

IsLive

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

public bool IsLive { get; set; }

Property Value

bool

SocketPath

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

public string SocketPath { get; }

Property Value

string