NEMeetingKit V4.15.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
Definition NEScreenSharingEvent.h:12
@ NEScreenSharingStatusWaiting
Definition NEScreenSharingEvent.h:20
@ NEScreenSharingStatusEnded
Definition NEScreenSharingEvent.h:36
@ NEScreenSharingStatusIdle
Definition NEScreenSharingEvent.h:16
@ NEScreenSharingStatusStarted
Definition NEScreenSharingEvent.h:24
Definition NEScreenSharingEvent.h:43
NEScreenSharingStatus status
Definition NEScreenSharingEvent.h:46
NSInteger arg
Definition NEScreenSharingEvent.h:50