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

Recording duration

Community Beginner ,
Sep 11, 2013 Sep 11, 2013

Copy link to clipboard

Copied

Hi,

I'm using the API call:

/api/xml?action=sco-contents&sco-id=XXXXXXX&filter-icon=archive&sort-date-created=desc

to get a list of recordings for a particular meeting room.  In the results I see this kind of thing:

<sco sco-id="X" source-sco-id="" folder-id="X" type="content" icon="archive" display-seq="0" duration="7596" is-folder="0">

<name>Tuesday</name>

<url-path>/X/</url-path>

<date-begin>2013-09-10T10:06:21.357-05:00</date-begin>

<date-end>2013-09-10T12:12:57.910-05:00</date-end>

<date-created>2013-09-10T10:06:21.357-05:00</date-created>

<date-modified>2013-09-10T12:12:57.910-05:00</date-modified>

<is-seminar>false</is-seminar>

</sco>

Now, I thought the "duration" attribute was the duration of the recording, but can't figure out how 7596 relates to the 2:06 actual running time (see "date-begin", "date-end" fields).  Does anyone know what the duration attribute means?  Is it useful for getting the duration of the recording, or do I need to diff the two dates? 

-Jim

Views

584

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

LEGEND , Sep 11, 2013 Sep 11, 2013

The duration field is in seconds 2:06:36 = ~126 min 36 seconds = 7596 seconds.

Just be glad that it isn't displayed in milliseconds (7596000)!

Votes

Translate

Translate
LEGEND ,
Sep 11, 2013 Sep 11, 2013

Copy link to clipboard

Copied

The duration field is in seconds 2:06:36 = ~126 min 36 seconds = 7596 seconds.

Just be glad that it isn't displayed in milliseconds (7596000)!

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
Community Beginner ,
Sep 11, 2013 Sep 11, 2013

Copy link to clipboard

Copied

Ooops - sorry for the silly question.  I had done the math quickly and I guess messed up.  That makes sense, though milliseconds would be more accurate

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
Adobe Employee ,
Sep 12, 2013 Sep 12, 2013

Copy link to clipboard

Copied

LATEST

Thanks Jorma.

jimr452: Also, sharing the Web Services guide with you for reference: http://help.adobe.com/en_US/connect/9.0/webservices/WS26a970dc1da1c212717c4d5b12183254583-8000_SP1.h....

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