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... | |
An SDP encryption key with a method of "uri".
- (instancetype) initWithUri: | (NSURL *) | uri |
Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey class.
uri | The URI referring to the data containing the key. |
- (NSURL*) uri |
Gets the URI referring to the data containing the key.
+ (FMLiveSwitchSdpUriEncryptionKey*) uriEncryptionKeyWithUri: | (NSURL *) | uri |
Initializes a new instance of the FMLiveSwitchSdpUriEncryptionKey class.
uri | The URI referring to the data containing the key. |