C# Class Capture.Interface.ClientCaptureInterfaceEventProxy

Client event proxy for marshalling event handlers
Inheritance: System.MarshalByRefObject, IDisposable
Show file Open project: remcoros/Direct3DCapture

Public Methods

Method Description
DisconnectedProxyHandler ( ) : void
DisplayTextProxyHandler ( Capture.Interface.DisplayTextEventArgs args ) : void
InitializeLifetimeService ( ) : object
RecordingStartedProxyHandler ( Capture.Interface.CaptureConfig config ) : void
RecordingStoppedProxyHandler ( ) : void
ScreenshotRequestedProxyHandler ( Capture.Interface.ScreenshotRequest request ) : void

Method Details

DisconnectedProxyHandler() public method

public DisconnectedProxyHandler ( ) : void
return void

DisplayTextProxyHandler() public method

public DisplayTextProxyHandler ( Capture.Interface.DisplayTextEventArgs args ) : void
args Capture.Interface.DisplayTextEventArgs
return void

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

RecordingStartedProxyHandler() public method

public RecordingStartedProxyHandler ( Capture.Interface.CaptureConfig config ) : void
config Capture.Interface.CaptureConfig
return void

RecordingStoppedProxyHandler() public method

public RecordingStoppedProxyHandler ( ) : void
return void

ScreenshotRequestedProxyHandler() public method

public ScreenshotRequestedProxyHandler ( Capture.Interface.ScreenshotRequest request ) : void
request Capture.Interface.ScreenshotRequest
return void