Class containing utility methods to manipulate FMLiveSwitchStreamDirection. More...
Instance Methods | |
| (instancetype) | - init |
Class Methods | |
| (FMLiveSwitchStreamDirection) | + directionFromStringWithDirectionString: |
| Converts string representations of stream directions to FMLiveSwitchStreamDirection. More... | |
| (NSString *) | + directionToStringWithDirection: |
| Obtains the string representation of FMLiveSwitchStreamDirection. More... | |
| (bool) | + isReceiveDisabledWithDirection: |
| Checks the receive flag. More... | |
| (bool) | + isReceiveDisabledWithDirectionString: |
| Checks the receive flag. More... | |
| (bool) | + isReceiveOnlyWithDirectionString: |
| Checks receive only. More... | |
| (bool) | + isSendDisabledWithDirection: |
| Checks the send flag. More... | |
| (bool) | + isSendDisabledWithDirectionString: |
| Checks the send flag. More... | |
| (bool) | + isSendOnlyWithDirectionString: |
| Checks send only. More... | |
| (FMLiveSwitchStreamDirection) | + setReceiveDisabledWithDirection:disabled: |
| Sets the receive flag. More... | |
| (NSString *) | + setReceiveDisabledWithDirectionString:disabled: |
| Sets the receive flag. More... | |
| (FMLiveSwitchStreamDirection) | + setSendDisabledWithDirection:disabled: |
| Sets the send flag. More... | |
| (NSString *) | + setSendDisabledWithDirectionString:disabled: |
| Sets the send flag. More... | |
| (FMLiveSwitchStreamDirectionHelper *) | + streamDirectionHelper |
| (FMLiveSwitchStreamDirection) | + toggleReceiveWithDirection: |
| Toggles the receive flag. More... | |
| (NSString *) | + toggleReceiveWithDirectionString: |
| Toggles the receive flag. More... | |
| (FMLiveSwitchStreamDirection) | + toggleSendWithDirection: |
| Toggles the send flag. More... | |
| (NSString *) | + toggleSendWithDirectionString: |
| Toggles the send flag. More... | |
Class containing utility methods to manipulate FMLiveSwitchStreamDirection.
| + (FMLiveSwitchStreamDirection) directionFromStringWithDirectionString: | (NSString *) | directionString |
Converts string representations of stream directions to FMLiveSwitchStreamDirection.
| directionString | The direction string. |
| + (NSString*) directionToStringWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Obtains the string representation of FMLiveSwitchStreamDirection.
| direction | The direction. |
| - (instancetype) init |
| + (bool) isReceiveDisabledWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Checks the receive flag.
| direction | The direction. |
| + (bool) isReceiveDisabledWithDirectionString: | (NSString *) | directionString |
Checks the receive flag.
| directionString | The direction string. |
| + (bool) isReceiveOnlyWithDirectionString: | (NSString *) | directionString |
Checks receive only.
| directionString |
| + (bool) isSendDisabledWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Checks the send flag.
| direction | The direction. |
| + (bool) isSendDisabledWithDirectionString: | (NSString *) | directionString |
Checks the send flag.
| directionString | The direction string. |
| + (bool) isSendOnlyWithDirectionString: | (NSString *) | directionString |
Checks send only.
| directionString |
| + (FMLiveSwitchStreamDirection) setReceiveDisabledWithDirection: | (FMLiveSwitchStreamDirection) | direction | |
| disabled: | (bool) | disabled | |
Sets the receive flag.
| direction | The direction. |
| disabled | Whether to disable the receive flag. |
| + (NSString*) setReceiveDisabledWithDirectionString: | (NSString *) | directionString | |
| disabled: | (bool) | disabled | |
Sets the receive flag.
| directionString | The direction string. |
| disabled | Whether to disable the receive flag. |
| + (FMLiveSwitchStreamDirection) setSendDisabledWithDirection: | (FMLiveSwitchStreamDirection) | direction | |
| disabled: | (bool) | disabled | |
Sets the send flag.
| direction | The direction. |
| disabled | Whether to disable the send flag. |
| + (NSString*) setSendDisabledWithDirectionString: | (NSString *) | directionString | |
| disabled: | (bool) | disabled | |
Sets the send flag.
| directionString | The direction string. |
| disabled | Whether to disable the send flag. |
| + (FMLiveSwitchStreamDirectionHelper*) streamDirectionHelper |
| + (FMLiveSwitchStreamDirection) toggleReceiveWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Toggles the receive flag.
| direction | The direction. |
Toggles the receive flag.
| directionString | The direction string. |
| + (FMLiveSwitchStreamDirection) toggleSendWithDirection: | (FMLiveSwitchStreamDirection) | direction |
Toggles the send flag.
| direction | The direction. |