Skip to main content
Participant
August 22, 2017
Answered

Why "Export Audio" checkbox is disabled in "SDK_Exporter" example?

  • August 22, 2017
  • 1 reply
  • 351 views

I found "Export Audio" checkbox is disabled in "SDK_Exporter" example plugin,why?how to modify code to enable the checkbox?

This topic has been closed for replies.
Correct answer Zac Lam

Hi ItalianSC,

In the startup function exSDKStartup(),

if you change the classID to something other than the default:

infoRecP->classID = 'ItSC'; // Use your own four character code here

that should fix it.

1 reply

Zac LamCorrect answer
Inspiring
September 7, 2017

Hi ItalianSC,

In the startup function exSDKStartup(),

if you change the classID to something other than the default:

infoRecP->classID = 'ItSC'; // Use your own four character code here

that should fix it.