FMLiveSwitchRtpHeaderExtensionRegistryElement Class Reference

Instance Methods

(FMLiveSwitchStreamDirection) - direction
 
(int) - id
 
(instancetype) - initWithId:type:direction:uri:
 
(FMLiveSwitchRtpHeaderExtensionType) - type
 
(NSString *) - uri
 

Class Methods

(FMLiveSwitchRtpHeaderExtensionRegistryElement *) + headerExtensionRegistryElementWithId:type:direction:uri:
 

Method Documentation

◆ direction

- (FMLiveSwitchStreamDirection) direction

◆ headerExtensionRegistryElementWithId:type:direction:uri:

+ (FMLiveSwitchRtpHeaderExtensionRegistryElement*) headerExtensionRegistryElementWithId: (int)  idValue
type: (FMLiveSwitchRtpHeaderExtensionType)  type
direction: (FMLiveSwitchStreamDirection)  direction
uri: (NSString *)  uri 

◆ id

- (int) id

◆ initWithId:type:direction:uri:

- (instancetype) initWithId: (int)  idValue
type: (FMLiveSwitchRtpHeaderExtensionType)  type
direction: (FMLiveSwitchStreamDirection)  direction
uri: (NSString *)  uri 

◆ type

- (FMLiveSwitchRtpHeaderExtensionType) type

◆ uri

- (NSString*) uri