Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112034
VideoTrack.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
823 B
Referenced Files
None
Subscribers
None
VideoTrack.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* VideoTrack
*
* @see https://dom.spec.whatwg.org/#interface-videotrack
*
* @property string $id
* @property string $kind
* @property string $label
* @property string $language
* @property bool $selected
* @phan-forbid-undeclared-magic-properties
*/
interface
VideoTrack
{
/**
* @return string
*/
public
function
getId
():
string
;
/**
* @return string
*/
public
function
getKind
():
string
;
/**
* @return string
*/
public
function
getLabel
():
string
;
/**
* @return string
*/
public
function
getLanguage
():
string
;
/**
* @return bool
*/
public
function
getSelected
():
bool
;
/**
* @param bool $val
*/
public
function
setSelected
(
bool
$val
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:39 (13 h, 40 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7e/d9/1382419999a1306f487177624f07
Default Alt Text
VideoTrack.php (823 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment