Copyright © 2008-2023 MultiMedia Soft

StoreMemoryOnTempFile method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stores a copy of the memory buffer containing the sound under editing into a destination temporary file on disk.

 

This method doesn't have any effect when the SetStoreMode method has been invoked with the nMode parameter set to STORE_MODE_TEMP_FILE, a case in which the sound under editing is already stored inside a temporary file whose pathname can be retrieved through the GetTempFilePathname method.

 

 

Syntax

 

[Visual Basic]

control.StoreMemoryOnTempFile (

strPathname as String

)


 

[C++]

void control.StoreMemoryOnTempFile (

LPCTSTR strPathname

);


 

 

Parameter

Description

 

 

strPathname

Pathname of the destination file.

 

 

 

Return value

 

None