Share via


IRPScreenRecorderDelegate Interface

Definition

Protocol for enabling the user to record visual and audio output of applications, with simultaneous recorded audio (screencasts)..

[Foundation.Protocol(Name="RPScreenRecorderDelegate", WrapperType=typeof(ReplayKit.RPScreenRecorderDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(Foundation.NSError), typeof(ReplayKit.RPPreviewViewController) }, Selector="screenRecorder:didStopRecordingWithError:previewViewController:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSError) }, Selector="screenRecorder:didStopRecordingWithPreviewViewController:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAvailability", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder) }, Selector="screenRecorderDidChangeAvailability:")]
public interface IRPScreenRecorderDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="RPScreenRecorderDelegate", WrapperType=typeof(ReplayKit.RPScreenRecorderDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSError) }, Selector="screenRecorder:didStopRecordingWithPreviewViewController:error:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAvailability", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder) }, Selector="screenRecorderDidChangeAvailability:")]
public interface IRPScreenRecorderDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="RPScreenRecorderDelegate", WrapperType=typeof(ReplayKit.RPScreenRecorderDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(Foundation.NSError), typeof(ReplayKit.RPPreviewViewController) }, Selector="screenRecorder:didStopRecordingWithError:previewViewController:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSError) }, Selector="screenRecorder:didStopRecordingWithPreviewViewController:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAvailability", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder) }, Selector="screenRecorderDidChangeAvailability:")>]
type IRPScreenRecorderDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="RPScreenRecorderDelegate", WrapperType=typeof(ReplayKit.RPScreenRecorderDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidStopRecording", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder), typeof(ReplayKit.RPPreviewViewController), typeof(Foundation.NSError) }, Selector="screenRecorder:didStopRecordingWithPreviewViewController:error:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeAvailability", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(ReplayKit.RPScreenRecorder) }, Selector="screenRecorderDidChangeAvailability:")>]
type IRPScreenRecorderDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
DidChangeAvailability(RPScreenRecorder)

Method that is called when the availability status changes.

DidStopRecording(RPScreenRecorder, NSError, RPPreviewViewController)

Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.

DidStopRecording(RPScreenRecorder, RPPreviewViewController, NSError)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
DidChangeAvailability(IRPScreenRecorderDelegate, RPScreenRecorder)

Method that is called when the availability status changes.

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, NSError, RPPreviewViewController)

Developers should not use this deprecated method. Developers should use 'DidStopRecording(RPScreenRecorder,RPPreviewViewController,NSError)' instead.

DidStopRecording(IRPScreenRecorderDelegate, RPScreenRecorder, RPPreviewViewController, NSError)

Applies to

See also