• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

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

New Here ,
Aug 22, 2017 Aug 22, 2017

Copy link to clipboard

Copied

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

TOPICS
SDK

Views

263

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Sep 07, 2017 Sep 07, 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.

Votes

Translate

Translate
Adobe Employee ,
Sep 07, 2017 Sep 07, 2017

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines