An RTCP source description chunk. More...
Instance Methods | |
(NSString *) | - canonicalName |
Gets the Canonical Name (if set) in this SDES chunk. More... | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the data buffer. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
(instancetype) | - initWithSynchronizationSource:sourceDescriptionItem: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
(instancetype) | - initWithSynchronizationSource:sourceDescriptionItems: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
(NSString *) | - mid |
Gets the Media Stream Indentification (if set) in this SDES chunk. More... | |
(void) | - setSynchronizationSource: |
Sets the SSRC/CSRC identifier. More... | |
(NSMutableArray *) | - sourceDescriptionItems |
Gets the source description items. More... | |
(long long) | - synchronizationSource |
Gets the SSRC/CSRC identifier. More... | |
Class Methods | |
(int) | + fixedPayloadHeaderLength |
Gets the fixed payload header length. More... | |
(FMLiveSwitchSdesChunk *) | + sdesChunkWithBuffer: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
(FMLiveSwitchSdesChunk *) | + sdesChunkWithSynchronizationSource:sourceDescriptionItem: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
(FMLiveSwitchSdesChunk *) | + sdesChunkWithSynchronizationSource:sourceDescriptionItems: |
Initializes a new instance of the FMLiveSwitchSdesChunk class. More... | |
An RTCP source description chunk.
- (NSString*) canonicalName |
Gets the Canonical Name (if set) in this SDES chunk.
- (FMLiveSwitchDataBuffer*) dataBuffer |
Gets the data buffer.
+ (int) fixedPayloadHeaderLength |
Gets the fixed payload header length.
- (instancetype) initWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
buffer | The buffer. |
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
sourceDescriptionItem: | (FMLiveSwitchSdesItem *) | sourceDescriptionItem | |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItem | The source description item. |
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
sourceDescriptionItems: | (NSMutableArray *) | sourceDescriptionItems | |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItems | The source description items. |
- (NSString*) mid |
Gets the Media Stream Indentification (if set) in this SDES chunk.
+ (FMLiveSwitchSdesChunk*) sdesChunkWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
buffer | The buffer. |
+ (FMLiveSwitchSdesChunk*) sdesChunkWithSynchronizationSource: | (long long) | synchronizationSource | |
sourceDescriptionItem: | (FMLiveSwitchSdesItem *) | sourceDescriptionItem | |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItem | The source description item. |
+ (FMLiveSwitchSdesChunk*) sdesChunkWithSynchronizationSource: | (long long) | synchronizationSource | |
sourceDescriptionItems: | (NSMutableArray *) | sourceDescriptionItems | |
Initializes a new instance of the FMLiveSwitchSdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItems | The source description items. |
- (void) setSynchronizationSource: | (long long) | value |
Sets the SSRC/CSRC identifier.
- (NSMutableArray*) sourceDescriptionItems |
Gets the source description items.
- (long long) synchronizationSource |
Gets the SSRC/CSRC identifier.