A stream direction.
More...
◆ StreamDirection()
fm.liveswitch.StreamDirection.StreamDirection |
( |
int |
value | ) |
|
◆ [static initializer]()
fm.liveswitch.StreamDirection.[static initializer] |
|
static |
◆ getAssignedValue()
int fm.liveswitch.StreamDirection.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
static StreamDirection fm.liveswitch.StreamDirection.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ Inactive
fm.liveswitch.StreamDirection.Inactive =(4) |
Indicates a stream that cannot send or receive.
◆ ReceiveOnly
fm.liveswitch.StreamDirection.ReceiveOnly =(3) |
Indicates a stream that can receive.
◆ SendOnly
fm.liveswitch.StreamDirection.SendOnly =(2) |
Indicates a stream that can send.
◆ SendReceive
fm.liveswitch.StreamDirection.SendReceive =(1) |
Indicates a stream that can send and can receive.
◆ Unset
fm.liveswitch.StreamDirection.Unset =(5) |
Indicates that a stream direction has not been set.