Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StreamDirection

A stream direction.

Index

Enumeration members

Inactive

Inactive: = 4
Indicates a stream that cannot send or receive.
field

Inactive

type

{fm.icelink.StreamDirection}

ReceiveOnly

ReceiveOnly: = 3
Indicates a stream that can receive.
field

ReceiveOnly

type

{fm.icelink.StreamDirection}

SendOnly

SendOnly: = 2
Indicates a stream that can send.
field

SendOnly

type

{fm.icelink.StreamDirection}

SendReceive

SendReceive: = 1
Indicates a stream that can send and can receive.
field

SendReceive

type

{fm.icelink.StreamDirection}

Unset

Unset: = 5
Indicates that a stream direction has not been set.
field

Unset

type

{fm.icelink.StreamDirection}