VideoFrame: clone() メソッド
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
clone()
は VideoFrame
インターフェイスのメソッドで、原本と同じメディアリソースを参照する新しい VideoFrame
オブジェクトを作成します。
構文
js
clone()
引数
なし。
返値
新しく複製された VideoFrame
オブジェクトです。
例外
InvalidStateError
DOMException
-
VideoFrame
オブジェクトが移譲された場合に発生します。
例
次の例では、VideoFrame
のコピーを videoFrame2
として複製します。
js
let videoFrame2 = VideoFrame.clone();
仕様書
Specification |
---|
WebCodecs # dom-videoframe-clone |
ブラウザーの互換性
BCD tables only load in the browser