Class LSLMarkerStream
Namespace: LSL4Unity
Assembly: cs.temp.dll.dll
Syntax
public class LSLMarkerStream : MonoBehaviour
Fields
streamName
Declaration
public string streamName
Field Value
Type | Description |
---|---|
String |
streamType
Declaration
public string streamType
Field Value
Type | Description |
---|---|
String |
Methods
Write(String, Double)
Declaration
public void Write(string marker, double timeStamp = 0)
Parameters
Type | Name | Description |
---|---|---|
String | marker | |
Double | timeStamp |
WriteBeforeFrameIsDisplayed(String)
Declaration
public void WriteBeforeFrameIsDisplayed(string marker)
Parameters
Type | Name | Description |
---|---|---|
String | marker |