QNForwardStreamConfiguration
属性
jobId
定义
@property (nonatomic, strong) NSString *jobId;
说明
单路转推任务的 id。
publishUrl
定义
@property (nonatomic, strong) NSString *publishUrl;
说明
单路转推的地址。
audioOnly
定义
@property (nonatomic, assign) BOOL audioOnly;
说明
是否只有音频。
audioTrackInfo
定义
@property (nonatomic, strong) QNTrackInfo *audioTrackInfo;
说明
音频 trackInfo。
videoTrackInfo
定义
@property (nonatomic, strong) QNTrackInfo *videoTrackInfo;
说明
视频 trackInfo。