Delegate CoreListener.OnSnapshotTakenDelegate
Callback notifying a snapshot has been taken.
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnSnapshotTakenDelegate(Core core, string filePath);
Parameters
| Type | Name | Description |
|---|---|---|
| Core | core | LinphoneCore object. |
| System.String | filePath | the name of the saved file. |