getVideoTitle

Column
promise
Tags
영상 타이틀 반환

getVideoTitle

getVideoTitle(): Promise<string, Error>
영상 타이틀 반환
 

함수 예시

player.getVideoTitle().then((title)=>{ // title = the title of the video }).catch(function(error) { // an error occurred });