typedef NS_ENUM(NSInteger, ARVideoStreamType ) {
/**
0:高码率、高分辨率视频
*/
ARVideoStreamTypeHigh = 0,
/**
1:低码率、低分辨率视频
*/
ARVideoStreamTypeLow = 1,
};
选择高码率高分辨率视频或低码率低分辨率视频
最近更新时间:2022-09-20 05:17:40
最近更新时间:2022-09-20 05:17:40
typedef NS_ENUM(NSInteger, ARVideoStreamType ) {
/**
0:高码率、高分辨率视频
*/
ARVideoStreamTypeHigh = 0,
/**
1:低码率、低分辨率视频
*/
ARVideoStreamTypeLow = 1,
};