SDLStreamingEncryptionFlag Enumeration Reference

Section Contents

Overview

A flag determining how video and audio streaming should be encrypted

SDLStreamingEncryptionFlagNone

It should not be encrypted at all

Objective-C

SDLStreamingEncryptionFlagNone

Swift

case none = 0

SDLStreamingEncryptionFlagAuthenticateOnly

It should use SSL/TLS only to authenticate

Objective-C

SDLStreamingEncryptionFlagAuthenticateOnly

Swift

case authenticateOnly = 1

SDLStreamingEncryptionFlagAuthenticateAndEncrypt

All data on these services should be encrypted using SSL/TLS

Objective-C

SDLStreamingEncryptionFlagAuthenticateAndEncrypt

Swift

case authenticateAndEncrypt = 2