play
audioplayer 객체에서 오디오 재생
구문
play(playerObj)
play(playerObj,start)
play(playerObj,[start,stop])
설명
play(playerObj)는 audioplayer 객체 playerObj와 연결된 오디오를 처음부터 끝까지 재생합니다.
play(playerObj,start)는 start로 표시된 샘플부터 끝까지 오디오를 재생합니다.
play(playerObj,[start,stop])은 start로 표시된 샘플부터 stop으로 표시된 샘플까지 오디오를 재생합니다.