FMIceLinkSdesChunk Class Reference

Inherits from NSObject
Declared in FMIceLinkSdesChunk.h
FMIceLinkSdesChunk.m

Overview

An RTCP source description chunk.

– dataBuffer

Gets the data buffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the data buffer.

Declared In

FMIceLinkSdesChunk.h

+ fixedPayloadHeaderLength

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

Discussion

Gets the fixed payload header length.

Declared In

FMIceLinkSdesChunk.h

– initWithBuffer:

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

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

– initWithSynchronizationSource:sourceDescriptionItem:

Initializes a new instance of the FMIceLinkSdesChunk class.
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource sourceDescriptionItem:(FMIceLinkSdesItem *)sourceDescriptionItem

Parameters

synchronizationSource

The synchronization source.

sourceDescriptionItem

The source description item.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

– initWithSynchronizationSource:sourceDescriptionItems:

Initializes a new instance of the FMIceLinkSdesChunk class.
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource sourceDescriptionItems:(NSMutableArray *)sourceDescriptionItems

Parameters

synchronizationSource

The synchronization source.

sourceDescriptionItems

The source description items.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

+ sdesChunkWithBuffer:

Initializes a new instance of the FMIceLinkSdesChunk class.
+ (FMIceLinkSdesChunk *)sdesChunkWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

+ sdesChunkWithSynchronizationSource:sourceDescriptionItem:

Initializes a new instance of the FMIceLinkSdesChunk class.
+ (FMIceLinkSdesChunk *)sdesChunkWithSynchronizationSource:(long long)synchronizationSource sourceDescriptionItem:(FMIceLinkSdesItem *)sourceDescriptionItem

Parameters

synchronizationSource

The synchronization source.

sourceDescriptionItem

The source description item.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

+ sdesChunkWithSynchronizationSource:sourceDescriptionItems:

Initializes a new instance of the FMIceLinkSdesChunk class.
+ (FMIceLinkSdesChunk *)sdesChunkWithSynchronizationSource:(long long)synchronizationSource sourceDescriptionItems:(NSMutableArray *)sourceDescriptionItems

Parameters

synchronizationSource

The synchronization source.

sourceDescriptionItems

The source description items.

Discussion

Initializes a new instance of the FMIceLinkSdesChunk class.

Declared In

FMIceLinkSdesChunk.h

– setSourceDescriptionItems:

Sets the source description items.
- (void)setSourceDescriptionItems:(NSMutableArray *)value

Discussion

Sets the source description items.

Declared In

FMIceLinkSdesChunk.h

– setSynchronizationSource:

Sets the SSRC/CSRC identifier.
- (void)setSynchronizationSource:(long long)value

Discussion

Sets the SSRC/CSRC identifier.

Declared In

FMIceLinkSdesChunk.h

– sourceDescriptionItems

Gets the source description items.
- (NSMutableArray *)sourceDescriptionItems

Discussion

Gets the source description items.

Declared In

FMIceLinkSdesChunk.h

– synchronizationSource

Gets the SSRC/CSRC identifier.
- (long long)synchronizationSource

Discussion

Gets the SSRC/CSRC identifier.

Declared In

FMIceLinkSdesChunk.h