getPaused

Column
promise
T/F
Tags
일시정지 여부 반환

getPaused

getPaused(): Promise<boolean, Error>
현재 일시정지 상태인가 아닌가? T/F
 

함수 예시

player.getPaused().then((paused)=>{ // paused : 현재 일시정지 상태인지 아닌지 T/F }).catch(function(error) { // an error occurred });