Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753923
AudioTrack.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
820 B
Referenced Files
None
Subscribers
None
AudioTrack.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* AudioTrack
*
* @see https://dom.spec.whatwg.org/#interface-audiotrack
*
* @property string $id
* @property string $kind
* @property string $label
* @property string $language
* @property bool $enabled
* @phan-forbid-undeclared-magic-properties
*/
interface
AudioTrack
{
/**
* @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
getEnabled
():
bool
;
/**
* @param bool $val
*/
public
function
setEnabled
(
bool
$val
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:53 (11 h, 3 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a8/57/de9d13d8c775448dc0c2e4e22177
Default Alt Text
AudioTrack.php (820 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment