FMIceLinkSdesControlFrame Class Reference
| Inherits from | FMIceLinkMediaControlFrame : NSObject |
|---|---|
| Declared in | FMIceLinkSdesControlFrame.h FMIceLinkSdesControlFrame.m |
– chunks
Gets the source description chunks.
- (NSMutableArray *)chunksDiscussion
Gets the source description chunks.
Declared In
FMIceLinkSdesControlFrame.h
+ fixedPayloadHeaderLength
Gets the length of the fixed payload header.
+ (int)fixedPayloadHeaderLengthDiscussion
Gets the length of the fixed payload header.
Declared In
FMIceLinkSdesControlFrame.h
– init
Initializes a new instance of the FMIceLinkSdesControlFrame class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkSdesControlFrame class.
Declared In
FMIceLinkSdesControlFrame.h
– initWithBuffer:
Initializes a new instance of the FMIceLinkSdesControlFrame class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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 *)chunkParameters
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 *)chunksParameters
chunks |
The chunks. |
|---|
Discussion
Initializes a new instance of the FMIceLinkSdesControlFrame class.
Declared In
FMIceLinkSdesControlFrame.h
+ registeredPayloadType
Gets the session description payload type.
+ (int)registeredPayloadTypeDiscussion
Gets the session description payload type.
Declared In
FMIceLinkSdesControlFrame.h
+ sdesControlFrame
Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrameDiscussion
Initializes a new instance of the FMIceLinkSdesControlFrame class.
Declared In
FMIceLinkSdesControlFrame.h
+ sdesControlFrameWithBuffer:
Initializes a new instance of the FMIceLinkSdesControlFrame class.
+ (FMIceLinkSdesControlFrame *)sdesControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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 *)chunkParameters
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 *)chunksParameters
chunks |
The chunks. |
|---|
Discussion
Initializes a new instance of the FMIceLinkSdesControlFrame class.
Declared In
FMIceLinkSdesControlFrame.h
– sourceCount
Gets the source count.
- (int)sourceCountDiscussion
Gets the source count.
Declared In
FMIceLinkSdesControlFrame.h