ITMediaPlayback interface (tapi3if.h)

The ITMediaPlayback interface provides playback-specific methods that allow an application to set and get the list of files to play. This interface is created by calling QueryInterface on ITTerminal.

Inheritance

The ITMediaPlayback interface inherits from the IDispatch interface. ITMediaPlayback also has these types of members:

Methods

The ITMediaPlayback interface has these methods.

 
ITMediaPlayback::get_PlayList

The get_PlayList method gets the list of files to play.
ITMediaPlayback::put_PlayList

The put_PlayList method provides the file playback terminal with the list of files to play.

Requirements

Requirement Value
Target Platform Windows
Header tapi3if.h (include Tapi3.h)

See also

IDispatch

ITMediaRecord