C# Class Capture.Interface.ClientCaptureInterfaceEventProxy

Client event proxy for marshalling event handlers
Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: remcoros/Direct3DCapture

Méthodes publiques

Méthode 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 méthode

public DisconnectedProxyHandler ( ) : void
Résultat void

DisplayTextProxyHandler() public méthode

public DisplayTextProxyHandler ( Capture.Interface.DisplayTextEventArgs args ) : void
args Capture.Interface.DisplayTextEventArgs
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

RecordingStartedProxyHandler() public méthode

public RecordingStartedProxyHandler ( Capture.Interface.CaptureConfig config ) : void
config Capture.Interface.CaptureConfig
Résultat void

RecordingStoppedProxyHandler() public méthode

public RecordingStoppedProxyHandler ( ) : void
Résultat void

ScreenshotRequestedProxyHandler() public méthode

public ScreenshotRequestedProxyHandler ( Capture.Interface.ScreenshotRequest request ) : void
request Capture.Interface.ScreenshotRequest
Résultat void