ScreenRecorder.h

Includes:
<Foundation/Foundation.h>
<ReplayKit/ReplayKit.h>
<CoreMedia/CoreMedia.h>
<QuartzCore/QuartzCore.h>
<CoreVideo/CoreVideo.h>
<CoreImage/CoreImage.h>
<CoreGraphics/CoreGraphics.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Constants

kRemoteSessionStarted
kRemoteSessionStopped

kRemoteSessionStarted


extern NSString * const kRemoteSessionStarted;  
Discussion

Predefined NSString* type denoting the state of the remote session has been started.


kRemoteSessionStopped


extern NSString * const kRemoteSessionStopped;  
Discussion

Predefined NSString* type denoting the state of the remote session has been stopped.