foobar2000 SDK  2015-01-14
Public Member Functions
tag_write_callback_dummy

#include <tag_processor.h>

+ Inheritance diagram for tag_write_callback_dummy:

Public Member Functions

bool open_temp_file (service_ptr_t< file > &p_out, abort_callback &p_abort)
 

Additional Inherited Members

- Protected Member Functions inherited from tag_write_callback
 tag_write_callback ()
 
 ~tag_write_callback ()
 

Detailed Description

Definition at line 19 of file tag_processor.h.

Member Function Documentation

bool tag_write_callback_dummy::open_temp_file ( service_ptr_t< file > &  p_out,
abort_callback p_abort 
)
inlinevirtual

Called only once per operation (or not called at all when operation being performed can be done in-place). Requests a temporary file to be created in the same directory.

Implements tag_write_callback.

Definition at line 21 of file tag_processor.h.

21 {return false;}

The documentation for this class was generated from the following file: