FMLiveSwitchSrtpProtectionParameters Class Reference

Instance Methods

(instancetype) - initWithProtectionProfileCode:key:salt:
 
(instancetype) - initWithProtectionProfileString:key:salt:
 
(FMLiveSwitchDataBuffer *) - key
 
(int) - protectionProfileCode
 
(NSString *) - protectionProfileString
 
(FMLiveSwitchDataBuffer *) - salt
 

Class Methods

(FMLiveSwitchSrtpProtectionParameters *) + protectionParametersWithProtectionProfileCode:key:salt:
 
(FMLiveSwitchSrtpProtectionParameters *) + protectionParametersWithProtectionProfileString:key:salt:
 

Method Documentation

◆ initWithProtectionProfileCode:key:salt:

- (instancetype) initWithProtectionProfileCode: (int)  protectionProfileCode
key: (FMLiveSwitchDataBuffer *)  key
salt: (FMLiveSwitchDataBuffer *)  salt 

◆ initWithProtectionProfileString:key:salt:

- (instancetype) initWithProtectionProfileString: (NSString *)  protectionProfileString
key: (FMLiveSwitchDataBuffer *)  key
salt: (FMLiveSwitchDataBuffer *)  salt 

◆ key

◆ protectionParametersWithProtectionProfileCode:key:salt:

+ (FMLiveSwitchSrtpProtectionParameters*) protectionParametersWithProtectionProfileCode: (int)  protectionProfileCode
key: (FMLiveSwitchDataBuffer *)  key
salt: (FMLiveSwitchDataBuffer *)  salt 

◆ protectionParametersWithProtectionProfileString:key:salt:

+ (FMLiveSwitchSrtpProtectionParameters*) protectionParametersWithProtectionProfileString: (NSString *)  protectionProfileString
key: (FMLiveSwitchDataBuffer *)  key
salt: (FMLiveSwitchDataBuffer *)  salt 

◆ protectionProfileCode

- (int) protectionProfileCode

◆ protectionProfileString

- (NSString*) protectionProfileString

◆ salt