ITMediaRecord interface (tapi3if.h)

The ITMediaRecord interface provides recording-specific methods that allow an application to set and get the names of files to record.

Inheritance

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

Methods

The ITMediaRecord interface has these methods.

 
ITMediaRecord::get_FileName

The get_FileName method retrieves the name of the file that was used for recording by this terminal.
ITMediaRecord::put_FileName

The put_FileName method sets the name of the file to record.

Requirements

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

See also

IDispatch

ITMediaPlayback