NEMeetingKit V4.11.0
载入中...
搜索中...
未找到
NEScreenSharingEvent.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
8
38
42@interface NEScreenSharingEvent : NSObject
46@property(nonatomic, assign) NEScreenSharingStatus status;
50@property(nonatomic, assign) NSInteger arg;
51@end
52
53NS_ASSUME_NONNULL_END
NEScreenSharingStatus
定义 NEScreenSharingEvent.h:12
@ NEScreenSharingStatusWaiting
定义 NEScreenSharingEvent.h:20
@ NEScreenSharingStatusEnded
定义 NEScreenSharingEvent.h:36
@ NEScreenSharingStatusIdle
定义 NEScreenSharingEvent.h:16
@ NEScreenSharingStatusStarted
定义 NEScreenSharingEvent.h:24
定义 NEScreenSharingEvent.h:43
NEScreenSharingStatus status
定义 NEScreenSharingEvent.h:46
NSInteger arg
定义 NEScreenSharingEvent.h:50