Set Rendering Method for Text Program
# Set Rendering Method for Text Program
Path:
/api/textSource
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to set the rendering method for the text program.
Note: This function is supported only by the player of version 1.71.6 or above.
Request
Name | Type | Example | Description |
---|---|---|---|
textSource | String | Text | Use the image generated by the software when textSource is Picture; draw image manually when textSource is Text; use the previous method when textSource is Default or empty. |
Example
{"textSource": "Text"}