KSYQosInfo Class Reference
Inherits from | NSObject |
---|---|
Declared in | KSYQosInfo.h |
audioBufferByteLength
audio queue size in bytes
@property (nonatomic, assign) int audioBufferByteLength
Declared In
KSYQosInfo.h
audioBufferTimeLength
audio queue time length in ms
@property (nonatomic, assign) int audioBufferTimeLength
Declared In
KSYQosInfo.h
audioTotalDataSize
size of data have arrived at audio queue since playing. unit:byte
@property (nonatomic, assign) int64_t audioTotalDataSize
Declared In
KSYQosInfo.h
videoBufferByteLength
video queue size in bytes
@property (nonatomic, assign) int videoBufferByteLength
Declared In
KSYQosInfo.h
videoBufferTimeLength
video queue time length in ms
@property (nonatomic, assign) int videoBufferTimeLength
Declared In
KSYQosInfo.h
videoTotalDataSize
size of data have arrived at video queue since playing. unit:byte
@property (nonatomic, assign) int64_t videoTotalDataSize
Declared In
KSYQosInfo.h
totalDataSize
size of total audio and video data since playing. unit: byte
@property (nonatomic, assign) int64_t totalDataSize
Declared In
KSYQosInfo.h
videoDecodeFPS
video decode frame count per second
@property (nonatomic, assign) float videoDecodeFPS
Declared In
KSYQosInfo.h
videoRefreshFPS
video refresh frame count per second
@property (nonatomic, assign) float videoRefreshFPS
Declared In
KSYQosInfo.h