![]() |
Previous | Next |
The isReadOnlyItem method returns a value indicating whether the specified attribute of the media item can be edited.
Syntax
player.currentMedia.isReadOnlyItem(attribute)
Parameters
attribute
String indicating the name of the attribute to test.
Return Values
This method returns a Boolean.
Remarks
If an attribute is read-only then it cannot be set with the setItemInfo method.
See Also
Previous | Next |