FMLiveSwitchSdpClearEncryptionKey Class Reference

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

Instance Methods

(NSString *) - encryptionKey
 Gets the untransformed encryption key. More...
 
(instancetype) - initWithEncryptionKey:
 Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class. More...
 
- Instance Methods inherited from FMLiveSwitchSdpEncryptionKey
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 

Class Methods

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

Detailed Description

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

Method Documentation

◆ clearEncryptionKey:

+ (FMLiveSwitchSdpClearEncryptionKey*) clearEncryptionKey: (NSString *)  encryptionKey

Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class.

Parameters
encryptionKeyThe untransformed encryption key.

◆ encryptionKey

- (NSString*) encryptionKey

Gets the untransformed encryption key.

Implements FMLiveSwitchSdpEncryptionKey.

◆ initWithEncryptionKey:

- (instancetype) initWithEncryptionKey: (NSString *)  encryptionKey

Initializes a new instance of the FMLiveSwitchSdpClearEncryptionKey class.

Parameters
encryptionKeyThe untransformed encryption key.