getDurationgetDuration(): Promise<number, Error>영상 전체 길이(초) 반환 함수 예시player.getDuration().then((duration)=> { // duration : 현재 영상 전체길이 in seconds }).catch(function(error) { // an error occurred });