Function GenieDialog_setPerformancePolicy¶
Defined in File GenieDialog.h
Function Documentation¶
-
Genie_Status_t GenieDialog_setPerformancePolicy(const GenieDialog_Handle_t dialogHandle, const Genie_PerformancePolicy_t perfProfile)¶
A function to set the performance policy for a dialog.
- Parameters
dialogHandle – [in] A dialog handle.
perfProfile – [in] The requested performance profile for the dialog.
- Returns
Status code:
GENIE_STATUS_SUCCESS: API call was successful.
GENIE_STATUS_ERROR_INVALID_HANDLE: Dialog handle is invalid.
GENIE_STATUS_ERROR_INVALID_ARGUMENT: At least one argument is invalid.