Set and Retrieve Audio Input Source

555

# Set and Retrieve Audio Input Source

# Set Audio Input Source

Path:

/api/audiointput

Method: PUT

Content-type: application/json; charset=utf-8

API Description: This can be used to set the input source of A100 and A200.

Request

Name Type Example Description
type int 0 Audio input source. 0: Internal media. 1: HDMI.

Example

{"type": 0}

# Retrieve Audio Input Source

Path:

/api/audiointput.json

Method: GET

Content-type: application/json; charset=utf-8

API Description: This can be used to retrieve the input source from A100 and A200.

Response

Name Type Example Description
type int 0 Audio input source. 0: Internal media. 1: HDMI.

Example

{"type": 0}