API Reference > Functions > SDAI > sdaiSetEventRecording Function
sdaiSetEventRecording Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiSetEventRecording(SdaiSession session, SdaiBoolean setRec);

sdai.h

Parameters 
Description 
SdaiSession session 
[in] A SDAI session.  
SdaiBoolean setRec 
[in] A flag that determines whether the event recording is available (if equals to true) or not (if equals to false).  

The sdaiTRUE value if the event recording mode was successfully modified; otherwise, the function returns false.

Switches the event recording on or off for a specified SDAI session.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.