C# Class OpenSyno.Services.AudioRenderingService.DownloadFileState

Afficher le fichier Open project: salfab/open-syno

Méthodes publiques

Méthode Description
DownloadFileState ( Stream sourceStream, long bytesLeft, Stream targetStream, SynoTrack synoTrack, byte buffer, string filePath, long fileSize, Action bufferingProgressUpdate ) : System

Method Details

DownloadFileState() public méthode

public DownloadFileState ( Stream sourceStream, long bytesLeft, Stream targetStream, SynoTrack synoTrack, byte buffer, string filePath, long fileSize, Action bufferingProgressUpdate ) : System
sourceStream Stream
bytesLeft long
targetStream Stream
synoTrack Synology.AudioStationApi.SynoTrack
buffer byte
filePath string
fileSize long
bufferingProgressUpdate Action
Résultat System