C# Class Ventriloquist.SpeechDelegate

Inheritance: NSSpeechSynthesizerDelegate
Afficher le fichier Open project: humanrights/ventriloquist

Méthodes publiques

Méthode Description
DidEncounterError ( MonoMac.AppKit.NSSpeechSynthesizer sender, uint characterIndex, string theString, string message ) : void
DidFinishSpeaking ( MonoMac.AppKit.NSSpeechSynthesizer sender, bool finishedSpeaking ) : void

Method Details

DidEncounterError() public méthode

public DidEncounterError ( MonoMac.AppKit.NSSpeechSynthesizer sender, uint characterIndex, string theString, string message ) : void
sender MonoMac.AppKit.NSSpeechSynthesizer
characterIndex uint
theString string
message string
Résultat void

DidFinishSpeaking() public méthode

public DidFinishSpeaking ( MonoMac.AppKit.NSSpeechSynthesizer sender, bool finishedSpeaking ) : void
sender MonoMac.AppKit.NSSpeechSynthesizer
finishedSpeaking bool
Résultat void