![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 41](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670041.webp)
API Commands
35
Vision
2
API Guide
DVB Commands
The following section lists the API commands available for the DVB service.
v2DVB_StartBroadcast
Starts the selected DVB channel for broadcasting..
v2DVB_StopBroadcast
Stops the selected DVB channel from broadcasting..
Parameters
sChannellD
The channel ID to start.
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 40
v2DVB_StartBroadcast Sample XML
Here you need the Channel ID and not the Service ID as a DVB service can host
many channels.
Parameters
sChannelID
The channel ID to stop.
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 41
v2DVB_StopBroadcast Sample XML
Here you need the Channel ID and not the Service ID as a DVB service can host
many channels.