An SDP encryption key with a method of "base64". More...
Instance Methods | |
(NSString *) | - encodedEncryptionKey |
Gets the base64-encoded encryption key. More... | |
(instancetype) | - initWithEncodedEncryptionKey: |
Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class. More... | |
Instance Methods inherited from FMLiveSwitchSdpEncryptionKey | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - init |
Class Methods | |
(FMLiveSwitchSdpBase64EncryptionKey *) | + base64EncryptionKeyWithEncodedEncryptionKey: |
Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey 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 "base64".
+ (FMLiveSwitchSdpBase64EncryptionKey*) base64EncryptionKeyWithEncodedEncryptionKey: | (NSString *) | encodedEncryptionKey |
Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class.
encodedEncryptionKey | The base64-encoded encryption key. |
- (NSString*) encodedEncryptionKey |
Gets the base64-encoded encryption key.
- (instancetype) initWithEncodedEncryptionKey: | (NSString *) | encodedEncryptionKey |
Initializes a new instance of the FMLiveSwitchSdpBase64EncryptionKey class.
encodedEncryptionKey | The base64-encoded encryption key. |