InterviewSolution
Saved Bookmarks
| 1. |
Explain the functionality of media.getduration with respect to the one-gap media API? |
|
Answer» The functionality of media.getduration with respect to the one-gap media API is to RETURN the duration of the media file to SECONDS, and in any CASE, if the duration is not known then it will return it to the VALUE -1. |
|