(→State) |
(→getMediaList) |
||
Line 9: | Line 9: | ||
{| | {| | ||
! Signature | ! Signature | ||
− | | <static> getMediaList() → {Array.< | + | | <static> getMediaList() → {Array.<[[MediaNamespace#State|media.Media]]>} |
|- | |- | ||
! Description | ! Description | ||
Line 15: | Line 15: | ||
|- | |- | ||
! Returns | ! Returns | ||
− | | | + | | Array.<[[MediaNamespace#State|media.Media]]> |
− | |||
− | |||
|} | |} | ||
Revision as of 11:22, August 11, 2015
Media Namespace
Methods
The Media namespace includes the following methods:
getMediaList
Signature | <static> getMediaList() → {Array.<media.Media>} |
---|---|
Description | Get the media attributes. |
Returns | Array.<media.Media> |
setState
Signature | <static> setState(name, stateOperationName) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Description | Sets the media state. | |||||||||
Parameters |
|
Type Definitions
The Media namespace includes the following object types:
Media
Description | Represents the JSON structure of a media. | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Type | Object | |||||||||
Properties |
|
State
Description | Represents the JSON structure of a media state. | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type | Object | ||||||||||||
Properties |
|
Comments or questions about this documentation? Contact us for support!