Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. Web API
  3. PeriodicWave

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

PeriodicWave

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015년 7월⁩.

PeriodicWave 인터페이스는OscillatorNode의 출력을 형성하는데 사용될 수 있는 주기적인 파형을 정의합니다.

PeriodicWave에는 입력도 출력도 없습니다; 이것은OscillatorNode.setPeriodicWave()를 호출할 때 사용자 정의 oscillator를 정의하기 위해 쓰입니다.PeriodicWave 그 자체는BaseAudioContext.createPeriodicWave에 의해 생성/반환됩니다.

생성자

PeriodicWave.PeriodicWave()

모든 속성에 기본값을 사용하여 새로운PeriodicWave 객체 인스턴스를 생성합니다. 만약 처음에 사용자 정의 속성 값을 설정하기를 원한다면,BaseAudioContext.createPeriodicWave 팩토리 메서드를 대신 사용하세요.

속성

없습니다; 또한,PeriodicWave는 어떠한 속성도 상속받지 않습니다.

메서드

없습니다; 또한,PeriodicWave는 어떠한 메서드도 상속받지 않습니다.

예제

간단한 사인파를 포함하는PeriodicWave 객체를 어떻게 생성하는지 보여주는 간단한 예제 코드를BaseAudioContext.createPeriodicWave에서 확인해 보세요.

명세

Specification
Web Audio API
# PeriodicWave

브라우저 호환성

같이 보기

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp