A flag determining how video and audio streaming should be encrypted
It should not be encrypted at all
SDLStreamingEncryptionFlagNone
case none = 0
It should use SSL/TLS only to authenticate
SDLStreamingEncryptionFlagAuthenticateOnly
case authenticateOnly = 1
All data on these services should be encrypted using SSL/TLS
SDLStreamingEncryptionFlagAuthenticateAndEncrypt
case authenticateAndEncrypt = 2