[replaykit] Update for Xcode 12 beta 3 (#9205)

This commit is contained in:
Sebastien Pouliot 2020-07-27 11:57:23 -04:00 коммит произвёл GitHub
Родитель bcd462af0c
Коммит cd6dc18785
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -12,7 +12,7 @@ namespace ReplayKit {
[iOS (9,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[Native]
[ErrorDomain ("RPRecordingErrorDomain")]
public enum RPRecordingError : long {
@ -65,7 +65,7 @@ namespace ReplayKit {
[Native]
[iOS (10,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
public enum RPSampleBufferType : long {
Video = 1,
AudioApp,
@ -75,7 +75,7 @@ namespace ReplayKit {
[Native]
[iOS (11,0)]
[NoTV]
[Mac (10,16)]
[Mac (11,0)]
public enum RPCameraPosition : long {
Front = 1,
Back,

Просмотреть файл

@ -27,7 +27,7 @@ namespace ReplayKit {
[iOS (9,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[BaseType (typeof (UIViewController))]
interface RPPreviewViewController {
[Export ("initWithNibName:bundle:")]
@ -47,7 +47,7 @@ namespace ReplayKit {
[iOS (9,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[Protocol, Model]
[BaseType (typeof (NSObject))]
interface RPPreviewViewControllerDelegate {
@ -62,7 +62,7 @@ namespace ReplayKit {
[iOS (9,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor]
#if XAMCORE_4_0 || MONOMAC
@ -142,7 +142,7 @@ namespace ReplayKit {
[iOS (9,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[Protocol, Model]
[BaseType (typeof (NSObject))]
interface RPScreenRecorderDelegate {
@ -202,7 +202,7 @@ namespace ReplayKit {
[iOS (10,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[BaseType (typeof (NSObject))]
interface RPBroadcastController {
[Export ("broadcasting")]
@ -278,7 +278,7 @@ namespace ReplayKit {
[iOS (10,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[Category]
[BaseType (typeof (NSExtensionContext))]
interface NSExtensionContext_RPBroadcastExtension {
@ -298,7 +298,7 @@ namespace ReplayKit {
[iOS (10,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[BaseType (typeof (NSObject))]
interface RPBroadcastHandler : NSExtensionRequestHandling {
[Export ("updateServiceInfo:")]
@ -327,7 +327,7 @@ namespace ReplayKit {
[iOS (10,0)]
[TV (10,0)]
[Mac (10,16)]
[Mac (11,0)]
[BaseType (typeof (RPBroadcastHandler))]
interface RPBroadcastSampleHandler {
@ -378,7 +378,7 @@ namespace ReplayKit {
bool ShowsMicrophoneButton { get; set; }
}
[Mac (10,16)]
[Mac (11,0)]
[NoiOS]
[NoTV]
[BaseType (typeof (NSObject))]
@ -398,7 +398,7 @@ namespace ReplayKit {
interface IRPBroadcastActivityControllerDelegate {}
[Mac (10,16)]
[Mac (11,0)]
[NoiOS]
[NoTV]
[Protocol, Model (AutoGeneratedName = true)]