Class SharedMemorySourceSettings
Shared memory source settings.
Inherited Members
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. |