QNTrackSubConfiguration
属性
profile
定义
@property (nonatomic, assign) QNTrackSubProfile profile;
说明
当前 trackLayer 的质量,默认 QNTrackSubProfileLow。
chooseSub
定义
@property (nonatomic, assign) BOOL chooseSub;
说明
是否订阅当前 profile 下的 track,默认为 NO 不订阅,初始化默认在 QNTrackSubProfileLow 会订阅。
isMaintain
定义
@property (nonatomic, assign) BOOL isMaintain;
说明
是否固定,默认为 NO 不固定。目前版本仅支持不固定,暂未支持固定
profileSubscribed
定义
@property (nonatomic, assign, readonly) BOOL profileSubscribed;
说明
当前 profile 是否订阅生效,只读属性。