VideoFrame: close() メソッド
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
close()
は VideoFrame
インターフェイスのメソッドで、すべての状態をクリアし、メディアリソースへの参照を解放します。
構文
js
close()
引数
なし。
返値
未定義。
例
次の例では VideoFrame
オブジェクトが閉じられます。
js
VideoFrame.close();
仕様書
Specification |
---|
WebCodecs # dom-videoframe-close |
ブラウザーの互換性
BCD tables only load in the browser