Search Results for

    Show / Hide Table of Contents

    Enum StreamState

    The state of a stream.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public enum StreamState : int

    Fields

    Name Description
    Closed

    Indicates that the stream has been instructed to close and has cleaned up.

    Closing

    Indicates that the stream has been instructed to close and is cleaning up.

    Connected

    Indicates that the stream is currently connected.

    Connecting

    Indicates that the stream is currently connecting.

    Failed

    Indicates that the stream has encountered an error and has cleaned up.

    Failing

    Indicates that the stream has encountered an error and is cleaning up.

    Initializing

    Indicates that the stream is being initialized but no connecting attempts have been made.

    New

    Indicates that the stream is new and has not been started.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0