MillicastSDK 2.0.0
|
Gathers audio/video codec statistics. More...
#import <stats.h>
Class Methods | |
(MCStatsType) | + get_type |
Properties | |
unsigned long | payload_type |
The unique identifier for the codec payload type. See payloadType | |
NSString * | transport_id |
See transportId | |
NSString * | mime_type |
The Multipurpose Internet Mail Extensions (MIME) type associated with the codec. See mimeType | |
MCCodecStatsType | codec_type |
Whether these stastics are for the encoder or the decoder. | |
unsigned long | clock_rate |
The clock rate of the codec, indicating the frequency at which samples are generated or processed. See clockRate | |
unsigned long | channels |
When present, indicates the number of channels (mono=1, stereo=2). See channels | |
NSString * | sdp_fmtp_line |
The Session Description Protocol (SDP) line associated with the codec. See sdpFmtpLine | |
Properties inherited from MCStats | |
long long | timestamp |
The timestamp in milliseconds since Unix epoch (Jan 1, 1970 00:00:00 UTC) at which the statistical data was recorded. | |
NSString * | sid |
The unique identifier. | |
MCStatsType | type |
The type of statistics. | |
Gathers audio/video codec statistics.
+ (MCStatsType) get_type |
The type of statistics.
|
readwriteatomic |
When present, indicates the number of channels (mono=1, stereo=2). See channels
|
readwriteatomic |
The clock rate of the codec, indicating the frequency at which samples are generated or processed. See clockRate
|
readwriteatomic |
Whether these stastics are for the encoder or the decoder.
|
readwritenonatomicstrong |
The Multipurpose Internet Mail Extensions (MIME) type associated with the codec. See mimeType
|
readwriteatomic |
The unique identifier for the codec payload type. See payloadType
|
readwritenonatomicstrong |
The Session Description Protocol (SDP) line associated with the codec. See sdpFmtpLine
|
readwritenonatomicstrong |
See transportId