Copyright © 2006-2019 MultiMedia Soft

InitRecordingSystem method

Previous pageReturn to chapter overviewNext page

Remarks

 

Initializes the control: the call to this method is mandatory and must be performed before calling any other method that will use a recording 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.

 

If the multimedia engine shouldn't find any enabled or valid input or output device, the container application would be notified through the WarnNoInputDevice and WarnNoOutputDevice events.

 

In case the component should be instanced in conjunction with the Audio DJ Studio for .NET component, this method should be always called after calling the InitSoundSystem initialization method of the other component.

 

 

Syntax

 

[Visual Basic]

Public Function InitRecordingSystem (

) As enumErrorCodes


 

[C#]

public enumErrorCodes InitRecordingSystem (

);


 

[C++]

public: enumErrorCodes InitRecordingSystem (

);


 

 

 

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.