Copyright © 2006-2019 MultiMedia Soft

WaveformAnalyzer.GraphicItemsLoadFromMemory method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads graphic items from a XML memory stream and add them to the waveform analyzer.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer class section.

 

 

Syntax

 

[Visual Basic]

Public Function GraphicItemsLoadFromMemory (

ms as MemoryStream

) as enumErrorCodes


 

[C#]

public enumErrorCodes GraphicItemsLoadFromMemory (

MemoryStream ms

);


 

[C++]

public: enumErrorCodes GraphicItemsLoadFromMemory (

MemoryStream ms

);


 

 

Parameter

Description

 

 

ms

Memory stream containing the graphic items in XML format.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.