Copyright © 2011-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]

Public Sub StoreMemoryOnTempFile (

strPathname as string

)


 

[C#]

public void StoreMemoryOnTempFile (

string strPathname

);


 

[C++]

public: void StoreMemoryOnTempFile (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

Path of the destination file.

 

 

Return value

 

None