AliyunVideoEventInfo
Deprecated
deprecated
__deprecated_msg("deprecated") typedef struct AliyunVideoEventInfo {
int bitrate;
int fps;
int vduration;
int aduration;
uint64_t crc;
} AliyunVideoEventInfo
Undocumented
-
Undocumented
See moreDeclaration
Objective-C
struct AliyunVideoEventInfo { int bitrate; int fps; int vduration; int aduration; uint64_t crc; }