--- title: HTMLMediaElement.controller slug: Web/API/HTMLMediaElement/controller translation_of: Web/API/HTMLMediaElement/controller ---
TMLMediaElement.controller
属性表示对应媒体元素的控制器。
...
属性的值是一个 {{domxref("MediaController")}} 对象,如果没有对应的媒体元素值为null
,默认值为null
。
...
Specification | Status | Comment |
---|---|---|
{{SpecName('HTML5 W3C', "embedded-content-0.html#htmlmediaelement", "HTMLMediaElement.controller")}} | {{Spec2('HTML5 W3C')}} | Initial definition. |
{{Compat("api.HTMLMediaElement.controller")}}