Show / Hide Table of Contents

    Class LSLStreamInfoWrapper

    Inheritance
    Object
    LSLStreamInfoWrapper
    Namespace: LSL4Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class LSLStreamInfoWrapper

    Constructors

    LSLStreamInfoWrapper(liblsl.StreamInfo)

    Declaration
    public LSLStreamInfoWrapper(liblsl.StreamInfo item)
    Parameters
    Type Name Description
    liblsl.StreamInfo item

    Fields

    name

    Declaration
    public string name
    Field Value
    Type Description
    String

    type

    Declaration
    public string type
    Field Value
    Type Description
    String

    Properties

    ChannelCount

    Declaration
    public int ChannelCount { get; }
    Property Value
    Type Description
    Int32

    DataRate

    Declaration
    public double DataRate { get; }
    Property Value
    Type Description
    Double

    HostName

    Declaration
    public string HostName { get; }
    Property Value
    Type Description
    String

    Item

    Declaration
    public liblsl.StreamInfo Item { get; }
    Property Value
    Type Description
    liblsl.StreamInfo

    SessionId

    Declaration
    public string SessionId { get; }
    Property Value
    Type Description
    String

    SourceId

    Declaration
    public string SourceId { get; }
    Property Value
    Type Description
    String

    StreamUid

    Declaration
    public string StreamUid { get; }
    Property Value
    Type Description
    String

    StreamVersion

    Declaration
    public int StreamVersion { get; }
    Property Value
    Type Description
    Int32
    Back to top LSL 4 Unity documentation