diff options
author | Cor <83723320+logic-finder@users.noreply.github.com> | 2021-11-18 19:16:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 19:16:43 +0900 |
commit | 1c9d01e87c3c6a3054ffe1ba69772c9379eb38c0 (patch) | |
tree | 732ff06ac4ded144a4a92cd41c4427bc38b0969a /files/ko/web/api/audioparam/settargetattime | |
parent | 7c8dc0e7361c5b9b8d60ded08c35dba37951ec51 (diff) | |
download | translated-content-1c9d01e87c3c6a3054ffe1ba69772c9379eb38c0.tar.gz translated-content-1c9d01e87c3c6a3054ffe1ba69772c9379eb38c0.tar.bz2 translated-content-1c9d01e87c3c6a3054ffe1ba69772c9379eb38c0.zip |
[ko] translation modified and additional modification (#3133)
* overall modification
* little fix
Diffstat (limited to 'files/ko/web/api/audioparam/settargetattime')
-rw-r--r-- | files/ko/web/api/audioparam/settargetattime/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/api/audioparam/settargetattime/index.md b/files/ko/web/api/audioparam/settargetattime/index.md index 38ceb6bddd..1938a3cbe2 100644 --- a/files/ko/web/api/audioparam/settargetattime/index.md +++ b/files/ko/web/api/audioparam/settargetattime/index.md @@ -23,9 +23,9 @@ var paramRef = param.setTargetAtTime(target, startTime, timeConstant); ### 매개변수 - target - - : 주어진 시작 시간에 매개변수가 변화를 시작할 값. + - : 주어진 시작 시간에 파라미터가 변화를 시작할 값. - startTime - - : {{domxref("BaseAudioContext/currentTime", "AudioContext.currentTime")}}과 같은 시간 좌표계에서 지수적 변화가 시작될 시간. 만약 이 값이 `AudioContext.currentTime` 보다 작거나 같다면, 매개변수는 즉시 변화를 시작할 것입니다. + - : {{domxref("BaseAudioContext/currentTime", "AudioContext.currentTime")}}과 같은 시간 좌표계에서 지수적 변화가 시작될 시간. 만약 이 값이 `AudioContext.currentTime` 보다 작거나 같다면, 파라미터는 즉시 변화를 시작할 것입니다. - timeConstant - : target 값을 향한 지수적 접근의 시간 상수 값 (초 단위로 주어짐). 이 값이 클수록, 변화는 더 느려질 것입니다. |