支持centerStageEnabled

This commit is contained in:
caleb
2026-03-27 20:04:16 +08:00
parent 166d6cee8c
commit 1280075308
20 changed files with 25 additions and 18 deletions

View File

@@ -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

View File

@@ -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