SpVoice class com
- Inheritance
Constructors
-
SpVoice.new(Pointer<
COMObject> ptr) - SpVoice.createInstance()
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
displayUI(
int hwndParent, Pointer< Utf16> pszTitle, Pointer<Utf16> pszTypeOfUI, Pointer<NativeType> pvExtraData, int cbExtraData) → int -
inherited
-
getAlertBoundary(
Pointer< Int32> peBoundary) → int -
inherited
-
getEvents(
int ulCount, Pointer< SPEVENT> pEventArray, Pointer<Uint32> pulFetched) → int -
inherited
-
getInfo(
Pointer< SPEVENTSOURCEINFO> pInfo) → int -
inherited
-
getNotifyEventHandle(
) → int -
inherited
-
getOutputObjectToken(
Pointer< Pointer< ppObjectToken) → intCOMObject> > -
inherited
-
getOutputStream(
Pointer< Pointer< ppStream) → intCOMObject> > -
inherited
-
getPriority(
Pointer< Int32> pePriority) → int -
inherited
-
getRate(
Pointer< Int32> pRateAdjust) → int -
inherited
-
getStatus(
Pointer< SPVOICESTATUS> pStatus, Pointer<Pointer< ppszLastBookmark) → intUtf16> > -
inherited
-
getSyncSpeakTimeout(
Pointer< Uint32> pmsTimeout) → int -
inherited
-
getVoice(
Pointer< Pointer< ppToken) → intCOMObject> > -
inherited
-
getVolume(
Pointer< Uint16> pusVolume) → int -
inherited
-
isUISupported(
Pointer< Utf16> pszTypeOfUI, Pointer<NativeType> pvExtraData, int cbExtraData, Pointer<Int32> pfSupported) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → int -
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
resume(
) → int -
inherited
-
setAlertBoundary(
int eBoundary) → int -
inherited
-
setInterest(
int ullEventInterest, int ullQueuedInterest) → int -
inherited
-
setNotifyCallbackFunction(
Pointer< Pointer< pfnCallback, int wParam, int lParam) → intNativeFunction< >SPNOTIFYCALLBACK> > -
inherited
-
setNotifyCallbackInterface(
Pointer< COMObject> pSpCallback, int wParam, int lParam) → int -
inherited
-
setNotifySink(
Pointer< COMObject> pNotifySink) → int -
inherited
-
setNotifyWin32Event(
) → int -
inherited
-
setNotifyWindowMessage(
int hWnd, int Msg, int wParam, int lParam) → int -
inherited
-
setOutput(
Pointer< COMObject> pUnkOutput, int fAllowFormatChanges) → int -
inherited
-
setPriority(
int ePriority) → int -
inherited
-
setRate(
int RateAdjust) → int -
inherited
-
setSyncSpeakTimeout(
int msTimeout) → int -
inherited
-
setVoice(
Pointer< COMObject> pToken) → int -
inherited
-
setVolume(
int usVolume) → int -
inherited
-
skip(
Pointer< Utf16> pItemType, int lNumItems, Pointer<Uint32> pulNumSkipped) → int -
inherited
-
speak(
Pointer< Utf16> pwcs, int dwFlags, Pointer<Uint32> pulStreamNumber) → int -
inherited
-
speakCompleteEvent(
) → int -
inherited
-
speakStream(
Pointer< COMObject> pStream, int dwFlags, Pointer<Uint32> pulStreamNumber) → int -
inherited
-
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForNotifyEvent(
int dwMilliseconds) → int -
inherited
-
waitUntilDone(
int msTimeout) → int -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited