Copyright © 2008-2019 MultiMedia Soft

InitEditorNoPlayback method

Previous pageReturn to chapter overviewNext page

Remarks

 

Alternative to the InitEditor method, Initializes the control without support for playback: must be performed before calling any other method that will use any editing related functionality, possibly in the container form initialization function: calling this method inside the constructor function of the container form will not work and could cause unpredictable results.

 

The call to this method will generate the WarnNoOutputDevice event.

 

 

Syntax

 

[Visual Basic]

Public Function InitEditorNoPlayback (

) As enumErrorCodes


 

[C#]

public enumErrorCodes InitEditorNoPlayback (

);


 

[C++]

public: enumErrorCodes InitEditorNoPlayback (

);


 

 

 

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.