Interface ISupportsDirectCopy
Namespace: MediaBrowser.Controller.Sync
Assembly: MediaBrowser.Controller.dll
Syntax
public interface ISupportsDirectCopy
Methods
SendFile(SyncJob, String, String, Boolean, String[], SyncTarget, IProgress<Double>, CancellationToken)
Sends the file.
Declaration
Task<SyncedFileInfo> SendFile(SyncJob syncJob, string originalMediaPath, string inputPath, bool isMedia, string[] outputPathParts, SyncTarget target, IProgress<double> progress, CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| SyncJob | syncJob | |
| System.String | originalMediaPath | |
| System.String | inputPath | |
| System.Boolean | isMedia | |
| System.String[] | outputPathParts | |
| SyncTarget | target | |
| System.IProgress<System.Double> | progress | |
| System.Threading.CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<SyncedFileInfo> |