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

get project item duration

Explorer ,
Dec 27, 2020 Dec 27, 2020

Copy link to clipboard

Copied

Hey, 

Is there a way to the get the duration of a project item?

I know that I can get duration from TrackItem, but what I need is ProjectItem

 

thanks

TOPICS
How to , SDK

Views

256

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

Contributor , Dec 27, 2020 Dec 27, 2020

To get duration of projectItem, use

projectItem.getProjectMetadata()

and then, search for

<premierePrivateProjectMetaData:Column.Intrinsic.MediaDuration>00:29:25:15</premierePrivateProjectMetaData:Column.Intrinsic.MediaDuration>

Votes

Translate

Translate
Community Expert ,
Dec 27, 2020 Dec 27, 2020

Copy link to clipboard

Copied

What is a Track item (clip?) and Project item.

 

Edit: Just ignor my question as this one is for Bruce (SDK).

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
Contributor ,
Dec 27, 2020 Dec 27, 2020

Copy link to clipboard

Copied

LATEST

To get duration of projectItem, use

projectItem.getProjectMetadata()

and then, search for

<premierePrivateProjectMetaData:Column.Intrinsic.MediaDuration>00:29:25:15</premierePrivateProjectMetaData:Column.Intrinsic.MediaDuration>

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