AVPLAY
This class defines functions to get the avplay object.
Add the following line for avplay class into a html file your own : <script type="text/javascript" src="$MANAGER_WIDGET/Common/webapi/1.0/webapis.js"></script> |
You can declare avplay class like this : ex) var avplay = webapis.avplay; |
Contents
Methods
setUHDResolution | ||
Description | ||
Setting UHD Resolution property for supporting UHD Resolution. You can use this API with only UHD device | ||
Parameters | ■bOn - Boolean - set UHD resolution property or not | |
Return | ■Boolean - true : player is set UHD resolution property - false : player object isn't created | |
Emulator Support | Y | |
SDK Constraint | . | |
Example | ||
webapi.avplay.setUHDResolution(true); |