ITfFnPlayBack interface (ctffunc.h)

The ITfFnPlayBack interface is implemented by the Speech API (SAPI) text service. This interface is used by the TSF manager or a client (application or other text service) to control the audio data for speech input text.

Each spoken word or phrase has audio data stored with the text. This interface is used to obtain the range that covers the spoken text and to play back the audio data.

A client obtains an instance of this interface by obtaining the ITfFunctionProvider for the SAPI text service and calling ITfFunctionProvider::GetFunction with IID_ITfFnPlayBack.

Inheritance

The ITfFnPlayBack interface inherits from the IUnknown interface. ITfFnPlayBack also has these types of members:

Methods

The ITfFnPlayBack interface has these methods.

 
ITfFnPlayBack::Play

ITfFnPlayBack::Play method
ITfFnPlayBack::QueryRange

ITfFnPlayBack::QueryRange method

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ctffunc.h
Redistributable TSF 1.0 on Windows 2000 Professional

See also

ITfFunctionProvider

ITfFunctionProvider::GetFunction

IUnknown