FMIceLinkSRControlFrame Class Reference
| Inherits from | FMIceLinkReportControlFrame : FMIceLinkMediaControlFrame : NSObject |
|---|---|
| Declared in | FMIceLinkSRControlFrame.h FMIceLinkSRControlFrame.m |
+ fixedSenderInfoPayloadLength
+ (int)fixedSenderInfoPayloadLengthDiscussion
Declared In
FMIceLinkSRControlFrame.h
– init
- (instancetype)initDiscussion
Declared In
FMIceLinkSRControlFrame.h
– initWithBuffer:
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The data buffer. |
|---|
Discussion
Declared In
FMIceLinkSRControlFrame.h
– initWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCountParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
– initWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:reportBlock:
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCount reportBlock:(FMIceLinkReportBlock *)reportBlockParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
reportBlock |
The report block. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
– initWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:reportBlocks:
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCount reportBlocks:(NSMutableArray *)reportBlocksParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
reportBlocks |
The report blocks. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
– ntpTimestamp
- (long long)ntpTimestampDiscussion
Declared In
FMIceLinkSRControlFrame.h
– octetCount
- (long long)octetCountDiscussion
Declared In
FMIceLinkSRControlFrame.h
– packetCount
- (long long)packetCountDiscussion
Declared In
FMIceLinkSRControlFrame.h
+ registeredPayloadType
+ (int)registeredPayloadTypeDiscussion
Declared In
FMIceLinkSRControlFrame.h
+ reportBlockOffset
+ (int)reportBlockOffsetDiscussion
Declared In
FMIceLinkSRControlFrame.h
– rtpTimestamp
- (long long)rtpTimestampDiscussion
Declared In
FMIceLinkSRControlFrame.h
– setNtpTimestamp:
- (void)setNtpTimestamp:(long long)valueDiscussion
Declared In
FMIceLinkSRControlFrame.h
– setOctetCount:
- (void)setOctetCount:(long long)valueDiscussion
Declared In
FMIceLinkSRControlFrame.h
– setPacketCount:
- (void)setPacketCount:(long long)valueDiscussion
Declared In
FMIceLinkSRControlFrame.h
– setRtpTimestamp:
- (void)setRtpTimestamp:(long long)valueDiscussion
Declared In
FMIceLinkSRControlFrame.h
+ srControlFrame
+ (FMIceLinkSRControlFrame *)srControlFrameDiscussion
Declared In
FMIceLinkSRControlFrame.h
+ srControlFrameWithBuffer:
+ (FMIceLinkSRControlFrame *)srControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer |
The data buffer. |
|---|
Discussion
Declared In
FMIceLinkSRControlFrame.h
+ srControlFrameWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:
+ (FMIceLinkSRControlFrame *)srControlFrameWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCountParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
+ srControlFrameWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:reportBlock:
+ (FMIceLinkSRControlFrame *)srControlFrameWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCount reportBlock:(FMIceLinkReportBlock *)reportBlockParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
reportBlock |
The report block. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
+ srControlFrameWithSynchronizationSource:ntpTimestamp:rtpTimestamp:packetCount:octetCount:reportBlocks:
+ (FMIceLinkSRControlFrame *)srControlFrameWithSynchronizationSource:(long long)synchronizationSource ntpTimestamp:(long long)ntpTimestamp rtpTimestamp:(long long)rtpTimestamp packetCount:(long long)packetCount octetCount:(long long)octetCount reportBlocks:(NSMutableArray *)reportBlocksParameters
synchronizationSource |
The synchronization source. |
|---|---|
ntpTimestamp |
The time when this report was sent (NTP-style). |
rtpTimestamp |
The time when this report was sent (RTP-style). |
packetCount |
The sender’s packet count. |
octetCount |
The sender’s octet count. |
reportBlocks |
The report blocks. |
Discussion
Declared In
FMIceLinkSRControlFrame.h
– timestamp
- (NSDate *)timestampDiscussion
Declared In
FMIceLinkSRControlFrame.h