FMLiveSwitchSdpRtcpFeedbackAttributeSubType Class Reference

A feedback attribute sub type. More...

Instance Methods

(instancetype) - init
 

Class Methods

(FMLiveSwitchSdpRtcpFeedbackAttributeSubType *) + feedbackAttributeSubType
 
(NSString *) + fir
 Gets the "full intraframe refresh" sub-type. More...
 
(NSString *) + lrr
 Gets the "layer refresh request" sub-type. More...
 
(NSString *) + pli
 Gets the "picture loss indication" sub-type. More...
 
(NSString *) + rpsi
 Gets the "reference picture selection indication" sub-type. More...
 
(NSString *) + sli
 Gets the "slice loss indication" sub-type. More...
 
(NSString *) + tmmbn
 Gets the "temporary maximum media-stream bitrate notification" sub-type. More...
 
(NSString *) + tmmbr
 Gets the "temporary maximum media-stream bitrate request" sub-type. More...
 

Detailed Description

A feedback attribute sub type.

Method Documentation

◆ feedbackAttributeSubType

+ (FMLiveSwitchSdpRtcpFeedbackAttributeSubType*) feedbackAttributeSubType

◆ fir

+ (NSString*) fir

Gets the "full intraframe refresh" sub-type.

◆ init

- (instancetype) init

◆ lrr

+ (NSString*) lrr

Gets the "layer refresh request" sub-type.

◆ pli

+ (NSString*) pli

Gets the "picture loss indication" sub-type.

◆ rpsi

+ (NSString*) rpsi

Gets the "reference picture selection indication" sub-type.

◆ sli

+ (NSString*) sli

Gets the "slice loss indication" sub-type.

◆ tmmbn

+ (NSString*) tmmbn

Gets the "temporary maximum media-stream bitrate notification" sub-type.

◆ tmmbr

+ (NSString*) tmmbr

Gets the "temporary maximum media-stream bitrate request" sub-type.