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

custom record

Guest
Oct 16, 2015 Oct 16, 2015

Copy link to clipboard

Copied

I want to write a record plug-in for MXF,

how to write fileType and classID for MXF,   

what's the fileType and classID of  ImporterMXF.prm

Please help me

the avi fileType and classID as below in sdk example,  I can't found any information about fileType and classID for MXF

// fileType and classID are same as SDK_File_Compiler and SDK_File_Importer

  // For example, if you were writing a recorder that captured AVI files, fileType would be 'AVIV'

  info8->fileType = 'AVIV';

  info8->classID = 'DTEK';

TOPICS
SDK

Views

334

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

Advisor , Oct 16, 2015 Oct 16, 2015

Hi there,

For MXF, you'd use:

fileType = 'MXFF';

I don't believe classID is important.  Feel free to provide your own unique four character code.

Votes

Translate

Translate
Advisor ,
Oct 16, 2015 Oct 16, 2015

Copy link to clipboard

Copied

Hi there,

For MXF, you'd use:

fileType = 'MXFF';

I don't believe classID is important.  Feel free to provide your own unique four character code.

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
Guest
Oct 19, 2015 Oct 19, 2015

Copy link to clipboard

Copied

LATEST

thank you very much

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