FMLiveSwitchSdpUriEncryptionKey Class Reference

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

Instance Methods

(instancetype) - initWithUri:
 Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey class. More...
 
(NSURL *) - uri
 Gets the URI referring to the data containing the key. More...
 
- Instance Methods inherited from FMLiveSwitchSdpEncryptionKey
(NSString *) - description
 Converts this instance to a string. More...
 
(instancetype) - init
 

Class Methods

(FMLiveSwitchSdpUriEncryptionKey *) + uriEncryptionKeyWithUri:
 Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey 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 "uri".

Method Documentation

◆ initWithUri:

- (instancetype) initWithUri: (NSURL *)  uri

Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey class.

Parameters
uriThe URI referring to the data containing the key.

◆ uri

- (NSURL*) uri

Gets the URI referring to the data containing the key.

◆ uriEncryptionKeyWithUri:

+ (FMLiveSwitchSdpUriEncryptionKey*) uriEncryptionKeyWithUri: (NSURL *)  uri

Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey class.

Parameters
uriThe URI referring to the data containing the key.