Search Results for

    / fm / liveswitch / StreamDirection

    Enumeration: StreamDirection

    fm.liveswitch.StreamDirection

    A stream direction.

    Table of contents

    Enumeration members

    • Inactive
    • ReceiveOnly
    • SendOnly
    • SendReceive
    • Unset

    Enumeration members

    Inactive

    • Inactive: = 4

    Indicates a stream that cannot send or receive.

    Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:32


    ReceiveOnly

    • ReceiveOnly: = 3

    Indicates a stream that can receive.

    Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:26


    SendOnly

    • SendOnly: = 2

    Indicates a stream that can send.

    Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:20


    SendReceive

    • SendReceive: = 1

    Indicates a stream that can send and can receive.

    Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:14


    Unset

    • Unset: = 5

    Indicates that a stream direction has not been set.

    Defined in: Generated/TypeScript/fm.liveswitch/StreamDirection.ts:38

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