Uses of Class
org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord

Packages that use SpeechChannelRecord
org.rococoa.cocoa.speechsynthesis   
 

Uses of SpeechChannelRecord in org.rococoa.cocoa.speechsynthesis
 

Subclasses of SpeechChannelRecord in org.rococoa.cocoa.speechsynthesis
static class SpeechChannelRecord.ByReference
           
static class SpeechChannelRecord.ByValue
           
 

Methods in org.rococoa.cocoa.speechsynthesis that return SpeechChannelRecord
static SpeechChannelRecord[] SpeechChannelRecord.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.speechsynthesis with parameters of type SpeechChannelRecord
 void SpeechSynthesisLibrary.SpeechDoneProcPtr.invoke(SpeechChannelRecord chan, int refCon)
           
 void SpeechSynthesisLibrary.SpeechErrorCFProcPtr.invoke(SpeechChannelRecord chan, int refCon, ColorSyncLibrary.__CFError theError)
           
 void SpeechSynthesisLibrary.SpeechSyncProcPtr.invoke(SpeechChannelRecord chan, int refCon, int syncMessage)
           
 void SpeechSynthesisLibrary.SpeechWordProcPtr.invoke(SpeechChannelRecord chan, int refCon, NativeLong wordPos, short wordLen)
           
 void SpeechSynthesisLibrary.SpeechTextDoneProcPtr.invoke(SpeechChannelRecord chan, int refCon, PointerByReference nextBuf, NativeLongByReference byteLen, IntByReference controlFlags)
           
 void SpeechSynthesisLibrary.SpeechPhonemeProcPtr.invoke(SpeechChannelRecord chan, int refCon, short phonemeOpcode)
           
 void SpeechSynthesisLibrary.InvokeSpeechDoneUPP(SpeechChannelRecord chan, int refCon, SpeechSynthesisLibrary.SpeechDoneProcPtr userUPP)
          InvokeSpeechDoneUPP()

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 InvokeSpeechDoneUPP(SpeechChannel, SRefCon, SpeechDoneUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:974
 void SpeechSynthesisLibrary.InvokeSpeechPhonemeUPP(SpeechChannelRecord chan, int refCon, short phonemeOpcode, SpeechSynthesisLibrary.SpeechPhonemeProcPtr userUPP)
          InvokeSpeechPhonemeUPP()

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 InvokeSpeechPhonemeUPP(SpeechChannel, SRefCon, SInt16, SpeechPhonemeUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:1019
 void SpeechSynthesisLibrary.InvokeSpeechSyncUPP(SpeechChannelRecord chan, int refCon, int syncMessage, SpeechSynthesisLibrary.SpeechSyncProcPtr userUPP)
          InvokeSpeechSyncUPP()

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 InvokeSpeechSyncUPP(SpeechChannel, SRefCon, OSType, SpeechSyncUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/SpeechSynthesis.framework/Headers/SpeechSynthesis.h:988
 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
 



Copyright © 2009. All Rights Reserved.