FMLiveSwitchSdpBase64EncryptionKey Class Reference

An SDP encryption key with a method of "base64". More...

Instance Methods

(NSString *) - encodedEncryptionKey
 Gets the base64-encoded encryption key. More...
 
(instancetype) - initWithEncodedEncryptionKey:
 Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class. More...
 
- Instance Methods inherited from FMLiveSwitchSdpEncryptionKey
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 

Class Methods

(FMLiveSwitchSdpBase64EncryptionKey *) + base64EncryptionKeyWithEncodedEncryptionKey:
 Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class. More...
 
- Class Methods inherited from FMLiveSwitchSdpEncryptionKey
(FMLiveSwitchSdpEncryptionKey *) + encryptionKey
 
(FMLiveSwitchSdpEncryptionKey *) + parseWithS:
 Creates an FMLiveSwitchSdpEncryptionKey instance from a string. More...
 

Detailed Description

An SDP encryption key with a method of "base64".

Method Documentation

◆ base64EncryptionKeyWithEncodedEncryptionKey:

+ (FMLiveSwitchSdpBase64EncryptionKey*) base64EncryptionKeyWithEncodedEncryptionKey: (NSString *)  encodedEncryptionKey

Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class.

Parameters
encodedEncryptionKeyThe base64-encoded encryption key.

◆ encodedEncryptionKey

- (NSString*) encodedEncryptionKey

Gets the base64-encoded encryption key.

◆ initWithEncodedEncryptionKey:

- (instancetype) initWithEncodedEncryptionKey: (NSString *)  encodedEncryptionKey

Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class.

Parameters
encodedEncryptionKeyThe base64-encoded encryption key.