C# Class ImageLib.Webp.WebpDecoder

Inheritance: IImageDecoder
Afficher le fichier Open project: chenrensong/ImageLib.UWP

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetPriority ( byte header ) : int
InitializeAsync ( CoreDispatcher dispatcher, Image image, Uri uriSource, IRandomAccessStream streamSource, CancellationTokenSource cancellationTokenSource ) : Task
RecreateSurfaces ( ) : ImageSource
Start ( ) : void
Stop ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetPriority() public méthode

public GetPriority ( byte header ) : int
header byte
Résultat int

InitializeAsync() public méthode

public InitializeAsync ( CoreDispatcher dispatcher, Image image, Uri uriSource, IRandomAccessStream streamSource, CancellationTokenSource cancellationTokenSource ) : Task
dispatcher Windows.UI.Core.CoreDispatcher
image Image
uriSource System.Uri
streamSource IRandomAccessStream
cancellationTokenSource System.Threading.CancellationTokenSource
Résultat Task

RecreateSurfaces() public méthode

public RecreateSurfaces ( ) : ImageSource
Résultat ImageSource

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void