An RTCP source description item. More...
Instance Methods | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the data buffer. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchSdesItem class. More... | |
(instancetype) | - initWithType:text: |
Initializes a new instance of the FMLiveSwitchSdesItem class. More... | |
(int) | - length |
Gets the length. More... | |
(NSString *) | - text |
Gets the text. More... | |
(int) | - type |
Gets the type. More... | |
Class Methods | |
(int) | + fixedPayloadHeaderLength |
Gets the fixed payload header length. More... | |
(FMLiveSwitchSdesItem *) | + sdesItemWithBuffer: |
Initializes a new instance of the FMLiveSwitchSdesItem class. More... | |
(FMLiveSwitchSdesItem *) | + sdesItemWithType:text: |
Initializes a new instance of the FMLiveSwitchSdesItem class. More... | |
An RTCP source description item.
- (FMLiveSwitchDataBuffer*) dataBuffer |
Gets the data buffer.
+ (int) fixedPayloadHeaderLength |
Gets the fixed payload header length.
- (instancetype) initWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSdesItem class.
buffer | The buffer. |
- (instancetype) initWithType: | (int) | type | |
text: | (NSString *) | text | |
Initializes a new instance of the FMLiveSwitchSdesItem class.
type | The type. |
text | The text. |
- (int) length |
Gets the length.
+ (FMLiveSwitchSdesItem*) sdesItemWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSdesItem class.
buffer | The buffer. |
+ (FMLiveSwitchSdesItem*) sdesItemWithType: | (int) | type | |
text: | (NSString *) | text | |
Initializes a new instance of the FMLiveSwitchSdesItem class.
type | The type. |
text | The text. |
- (NSString*) text |
Gets the text.
- (int) type |
Gets the type.