C# Class UWPKiosk.Services.SpeechPlayer

Inheritance: ISpeechPlayer
Mostrar archivo Open project: evgri243/pubic-demos

Public Methods

Method Description
PlayAsync ( Stream speechStream, string contentFormat ) : System.Threading.Tasks.Task

Method Details

PlayAsync() public method

public PlayAsync ( Stream speechStream, string contentFormat ) : System.Threading.Tasks.Task
speechStream Stream
contentFormat string
return System.Threading.Tasks.Task