FMIceLinkSdesItem Class Reference

Inherits from NSObject
Declared in FMIceLinkSdesItem.h
FMIceLinkSdesItem.m

Overview

An RTCP source description item.

– dataBuffer

Gets the data buffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the data buffer.

Declared In

FMIceLinkSdesItem.h

+ fixedPayloadHeaderLength

Gets the fixed payload header [length](#//api/name/length).
+ (int)fixedPayloadHeaderLength

Discussion

Gets the fixed payload header [length](#//api/name/length).

Declared In

FMIceLinkSdesItem.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkSdesItem class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesItem class.

Declared In

FMIceLinkSdesItem.h

– initWithType:text:

Initializes a new instance of the FMIceLinkSdesItem class.
- (instancetype)initWithType:(int)type text:(NSString *)text

Parameters

type

The type.

text

The text.

Discussion

Initializes a new instance of the FMIceLinkSdesItem class.

Declared In

FMIceLinkSdesItem.h

– length

Gets the length.
- (int)length

Discussion

Gets the length.

Declared In

FMIceLinkSdesItem.h

+ sdesItemWithBuffer:

Initializes a new instance of the FMIceLinkSdesItem class.
+ (FMIceLinkSdesItem *)sdesItemWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesItem class.

Declared In

FMIceLinkSdesItem.h

+ sdesItemWithType:text:

Initializes a new instance of the FMIceLinkSdesItem class.
+ (FMIceLinkSdesItem *)sdesItemWithType:(int)type text:(NSString *)text

Parameters

type

The type.

text

The text.

Discussion

Initializes a new instance of the FMIceLinkSdesItem class.

Declared In

FMIceLinkSdesItem.h

– setType:

Sets the [type](#//api/name/type).
- (void)setType:(int)value

Discussion

Sets the [type](#//api/name/type).

Declared In

FMIceLinkSdesItem.h

– text

Gets the text.
- (NSString *)text

Discussion

Gets the text.

Declared In

FMIceLinkSdesItem.h

– type

Gets the type.
- (int)type

Discussion

Gets the type.

Declared In

FMIceLinkSdesItem.h