Class LSLStreamInfoWrapper
Inheritance
LSLStreamInfoWrapper
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class LSLStreamInfoWrapper
Constructors
LSLStreamInfoWrapper(liblsl.StreamInfo)
Declaration
public LSLStreamInfoWrapper(liblsl.StreamInfo item)
Parameters
Fields
name
Declaration
Field Value
type
Declaration
Field Value
Properties
ChannelCount
Declaration
public int ChannelCount { get; }
Property Value
DataRate
Declaration
public double DataRate { get; }
Property Value
HostName
Declaration
public string HostName { get; }
Property Value
Item
Declaration
public liblsl.StreamInfo Item { get; }
Property Value
SessionId
Declaration
public string SessionId { get; }
Property Value
SourceId
Declaration
public string SourceId { get; }
Property Value
StreamUid
Declaration
public string StreamUid { get; }
Property Value
StreamVersion
Declaration
public int StreamVersion { get; }
Property Value