getDuration

Column
promise
Tags
영상 전체 길이 반환

getDuration

getDuration(): Promise<number, Error>
영상 전체 길이(초) 반환
 

함수 예시

player.getDuration().then((duration)=> { // duration : 현재 영상 전체길이 in seconds }).catch(function(error) { // an error occurred });