Returns the acquisition backend name.


const char* miraacq_GetRecorderType();


Return value:

A string containing the acquisition backend name.


Description:

miraacq_GetRecorderType returns the plugin's acquisition backend name.


Example:

  1. const char* pTypeStr = miraacq_GetRecorderType();
  2. printf("Type: '%s'\n", pTypeStr);


Output:

Type: 'Ximea'