FMIceLinkSdesChunk Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkSdesChunk.h FMIceLinkSdesChunk.m |
– dataBuffer
Gets the data buffer.
- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the data buffer.
Declared In
FMIceLinkSdesChunk.h
+ fixedPayloadHeaderLength
Gets the fixed payload header length.
+ (int)fixedPayloadHeaderLengthDiscussion
Gets the fixed payload header length.
Declared In
FMIceLinkSdesChunk.h
– initWithBuffer:
Initializes a new instance of the FMIceLinkSdesChunk class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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 *)sourceDescriptionItemParameters
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 *)sourceDescriptionItemsParameters
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 *)bufferParameters
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 *)sourceDescriptionItemParameters
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 *)sourceDescriptionItemsParameters
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 *)valueDiscussion
Sets the source description items.
Declared In
FMIceLinkSdesChunk.h
– setSynchronizationSource:
Sets the SSRC/CSRC identifier.
- (void)setSynchronizationSource:(long long)valueDiscussion
Sets the SSRC/CSRC identifier.
Declared In
FMIceLinkSdesChunk.h
– sourceDescriptionItems
Gets the source description items.
- (NSMutableArray *)sourceDescriptionItemsDiscussion
Gets the source description items.
Declared In
FMIceLinkSdesChunk.h
– synchronizationSource
Gets the SSRC/CSRC identifier.
- (long long)synchronizationSourceDiscussion
Gets the SSRC/CSRC identifier.
Declared In
FMIceLinkSdesChunk.h