Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート

HTMLVideoElement

HTMLVideoElement

拡張

コンストラクタ

new HTMLVideoElement()

new HTMLVideoElement(): HTMLVideoElement

戻り値

HTMLVideoElement

プロパティ

width

width: number

ビデオの表示の幅を設定します。詳細については、https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-width(英語のみ)を参照してください。


height

height: number

ビデオの表示の高さを設定します。https://html.spec.whatwg.org/multipage/embedded-content-other.html#dom-dim-height(英語のみ)を参照してください。


videoWidth

readonly videoWidth: number

ビデオの幅を取得します。詳細については、https://html.spec.whatwg.org/multipage/media.html#dom-video-videowidth(英語のみ)を参照してください。


videoHeight

readonly videoHeight: number

ビデオの高さを取得します。詳細については、https://html.spec.whatwg.org/multipage/media.html#dom-video-videoheight(英語のみ)を参照してください。


poster

poster: string


playsInline

playsInline: boolean

メソッド

getVideoPlaybackQuality()

abstract getVideoPlaybackQuality(): VideoPlaybackQuality

ビデオの再生品質属性を取得します。詳細については、https://w3c.github.io/media-playback-quality/#dom-htmlvideoelement-getvideoplaybackquality(英語のみ)を参照してください。

戻り値

VideoPlaybackQuality


Last updated: 2026年7月22日