RainwayStatus enumeration
Rainway SDK operation return codes
public enum RainwayStatus
Values
name | value | description |
---|---|---|
Success | 0 | Indicates a successful operation |
Failure | 1 | Indicates a failed operation |
PeerNotCapableOfAppIsolation | 2 | Indicates a peer is not capable of using app isolation |
InvalidParameter | 3 | An invalid argument was provided to one of the call's parameters. |
NotAStream | 4 | There is no active stream with the given Stream ID. |
NotByofb | 5 | The Stream ID provided is not a BYOFB stream. |
ByofbNotReady | 6 | The underlying session of a BYOFB stream is not ready. |
NoEncoderVariant | 7 | No encoder is available to stream with. |
InvalidTextureFormat | 8 | The submitted video frame data is in an invalid format. |
See Also
- namespace Rainway.SDK