支持centerStageEnabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#if 0
|
||||
#elif defined(__arm64__) && __arm64__
|
||||
// Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2)
|
||||
// Generated by Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
|
||||
#ifndef SELLYCLOUDSDK_SWIFT_H
|
||||
#define SELLYCLOUDSDK_SWIFT_H
|
||||
#pragma clang diagnostic push
|
||||
|
||||
@@ -117,6 +117,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign)SellyLiveVideoConfiguration *videoConfig;
|
||||
//token
|
||||
@property (nonatomic, strong)NSString *token;
|
||||
|
||||
/// 是否启用 Center Stage(人物居中),默认 NO
|
||||
/// 支持运行时动态切换,不支持的设备设置无效
|
||||
@property (nonatomic, assign) BOOL centerStageEnabled;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user