Uses of Interface
org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr

Packages that use SpeechSynthesisLibrary.SpeechTextDoneProcPtr
org.rococoa.cocoa.speechsynthesis   
 

Uses of SpeechSynthesisLibrary.SpeechTextDoneProcPtr in org.rococoa.cocoa.speechsynthesis
 

Methods in org.rococoa.cocoa.speechsynthesis that return SpeechSynthesisLibrary.SpeechTextDoneProcPtr
 SpeechSynthesisLibrary.SpeechTextDoneProcPtr SpeechSynthesisLibrary.NewSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userRoutine)
          NewSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechTextDoneUPP NewSpeechTextDoneUPP(SpeechTextDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:825
 

Methods in org.rococoa.cocoa.speechsynthesis with parameters of type SpeechSynthesisLibrary.SpeechTextDoneProcPtr
 void SpeechSynthesisLibrary.DisposeSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          DisposeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSpeechTextDoneUPP(SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:891
 void SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntBuffer controlFlags, SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          InvokeSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSpeechTextDoneUPP(SpeechChannel, SRefCon, const void**, unsigned long*, SInt32*, SpeechTextDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:957
 void SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntByReference controlFlags, SpeechSynthesisLibrary.SpeechTextDoneProcPtr userUPP)
          Deprecated. use the safer methods SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, java.nio.IntBuffer, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) and SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) instead
 SpeechSynthesisLibrary.SpeechTextDoneProcPtr SpeechSynthesisLibrary.NewSpeechTextDoneUPP(SpeechSynthesisLibrary.SpeechTextDoneProcPtr userRoutine)
          NewSpeechTextDoneUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0.2 and later
Non-Carbon CFM: available as macro/inline
Original signature : SpeechTextDoneUPP NewSpeechTextDoneUPP(SpeechTextDoneProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:825
 



Copyright © 2009. All Rights Reserved.