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... | |
An SDP encryption key element.
| - (NSString*) description |
Converts this instance to a string.
| + (FMLiveSwitchSdpEncryptionKey*) encryptionKey |
Implemented in FMLiveSwitchSdpClearEncryptionKey.
| - (instancetype) init |
Implemented in FMLiveSwitchSdpPromptEncryptionKey.
| + (FMLiveSwitchSdpEncryptionKey*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpEncryptionKey instance from a string.
| s | The string to parse. |