FMIceLinkSdesControlFrame Class Reference

Inherits from FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkSdesControlFrame.h
FMIceLinkSdesControlFrame.m

Overview

An RTCP SDES packet.

– chunks

Gets the source description chunks.
- (NSMutableArray *)chunks

Discussion

Gets the source description chunks.

Declared In

FMIceLinkSdesControlFrame.h

+ fixedPayloadHeaderLength

Gets the length of the fixed payload header.
+ (int)fixedPayloadHeaderLength

Discussion

Gets the length of the fixed payload header.

Declared In

FMIceLinkSdesControlFrame.h

– init

Initializes a new instance of the FMIceLinkSdesControlFrame class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

– initWithBuffer:

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

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

– initWithChunk:

Initializes a new instance of the FMIceLinkSdesControlFrame class.
- (instancetype)initWithChunk:(FMIceLinkSdesChunk *)chunk

Parameters

chunk

The chunk.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

– initWithChunks:

Initializes a new instance of the FMIceLinkSdesControlFrame class.
- (instancetype)initWithChunks:(NSMutableArray *)chunks

Parameters

chunks

The chunks.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

+ registeredPayloadType

Gets the session description payload type.
+ (int)registeredPayloadType

Discussion

Gets the session description payload type.

Declared In

FMIceLinkSdesControlFrame.h

+ sdesControlFrame

Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrame

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

+ sdesControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

+ sdesControlFrameWithChunk:

Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrameWithChunk:(FMIceLinkSdesChunk *)chunk

Parameters

chunk

The chunk.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

+ sdesControlFrameWithChunks:

Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrameWithChunks:(NSMutableArray *)chunks

Parameters

chunks

The chunks.

Discussion

Initializes a new instance of the FMIceLinkSdesControlFrame class.

Declared In

FMIceLinkSdesControlFrame.h

– sourceCount

Gets the source count.
- (int)sourceCount

Discussion

Gets the source count.

Declared In

FMIceLinkSdesControlFrame.h