Subscription Configuration
SubscriptionConfig is a sub-object inside the subscription object.
{
"address" : String,
"enable" : Boolean,
"mute_msec" : Integer
}
| Member name | Type | Description |
|---|---|---|
| address | String | IP address from which to receive the data. |
| enable | Boolean | Whether the subscription is enabled or not |
| mute_msec | Integer | Milliseconds of audio mute applied on an HDMI_AUDIO subscription change: 0 to 5000 inclusive. Present on HDMI_AUDIO subscriptions only. |