NEMeetingKit V4.9.0
载入中...
搜索中...
未找到
NEScreenSharingOptions.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
5#import <Foundation/Foundation.h>
6
7NS_ASSUME_NONNULL_BEGIN
11@interface NEScreenSharingOptions : NSObject
16@property(nonatomic, assign) BOOL enableAudioShare;
17@end
18
19NS_ASSUME_NONNULL_END
定义 NEScreenSharingOptions.h:12
BOOL enableAudioShare
定义 NEScreenSharingOptions.h:16