VideoFrame: duration プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
duration
は VideoFrame
インターフェイスのプロパティで、動画の長さをマイクロ秒単位で表す整数を返します。
値
整数です。
例
次の例は duration
をコンソールに出力します。
js
console.log(VideoFrame.duration);
仕様書
Specification |
---|
WebCodecs # dom-videoframe-duration |
ブラウザーの互換性
BCD tables only load in the browser