Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. AudioWorkletProcessor
  4. port

AudioWorkletProcessor: port property

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.

The read-onlyport property of theAudioWorkletProcessor interface returns the associatedMessagePort. It can be used to communicate between the processor and theAudioWorkletNode to which it belongs.

Note:The port at the other end of the channel isavailable under theport property of the node.

Value

TheMessagePort object that is connecting theAudioWorkletProcessor and the associatedAudioWorkletNode.

Examples

SeeAudioWorkletNode.port for example code.

Specifications

Specification
Web Audio API
# dom-audioworkletprocessor-port

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp