FMLiveSwitchSdpEncryptionKey Class Reference

An SDP encryption key element. More...

Instance Methods

(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 

Class Methods

(FMLiveSwitchSdpEncryptionKey *) + encryptionKey
 
(FMLiveSwitchSdpEncryptionKey *) + parseWithS:
 Creates an FMLiveSwitchSdpEncryptionKey instance from a string. More...
 

Detailed Description

An SDP encryption key element.

Method Documentation

◆ description

- (NSString*) description

Converts this instance to a string.

◆ encryptionKey

◆ init

- (instancetype) init

◆ parseWithS:

+ (FMLiveSwitchSdpEncryptionKey*) parseWithS: (NSString *)  s

Creates an FMLiveSwitchSdpEncryptionKey instance from a string.

Parameters
sThe string to parse.