Show / Hide Table of Contents

    Class Resolver

    Encapsulates the lookup logic for LSL streams with an event based appraoch your custom stream inlet implementations could be subscribed to the On.

    Inheritance
    Object
    Resolver
    Namespace: LSL4Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class Resolver : MonoBehaviour, IEventSystemHandler

    Fields

    forgetStreamAfter

    Declaration
    public float forgetStreamAfter
    Field Value
    Type Description
    Single

    onStreamFound

    Declaration
    public StreamEvent onStreamFound
    Field Value
    Type Description
    StreamEvent

    onStreamLost

    Declaration
    public StreamEvent onStreamLost
    Field Value
    Type Description
    StreamEvent

    streams

    Declaration
    public List<LSLStreamInfoWrapper> streams
    Field Value
    Type Description
    List<LSLStreamInfoWrapper>

    Methods

    IsStreamAvailable(out LSLStreamInfoWrapper, String, String, String)

    Declaration
    public bool IsStreamAvailable(out LSLStreamInfoWrapper info, string streamName = "", string streamType = "", string hostName = "")
    Parameters
    Type Name Description
    LSLStreamInfoWrapper info
    String streamName
    String streamType
    String hostName
    Returns
    Type Description
    Boolean
    Back to top LSL 4 Unity documentation