Class SharedMemorySourceSettings
- Namespace
- VisioForge.Core.Types.X.Sources
- Assembly
- VisioForge.Core.dll
Shared memory source settings.
public class SharedMemorySourceSettingsInheritance
Inherited Members
Constructors
SharedMemorySourceSettings(string)
Initializes a new instance of the VisioForge.Core.Types.X.Sources.SharedMemorySourceSettings class.
public SharedMemorySourceSettings(string socketPath)Parameters
socketPathstring-
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
SocketPath
Gets the path to the control socket used to control the shared memory.
public string SocketPath { get; }