User manual

Automation Protocol Audio Commands
Miranda Technologies Ltd Page 183
Voice-over Voice-over Number
Voice-over 1 Pair 1 1
Voice-over 1 Pair 2 2
Voice-over 2 Pair 1 3
Voice-over 2 Pair 2 4
Enquire Outputs j72
Output parameters can be requested with the following example.
CMD Function Param_1
j7 %01x
2
%01x
Output
void EnquireOutputParameters(int Output)
{
remote_send("j72%01x", Output );
}
The information returned is:
Format Field Description
%c j Audio
%c 7 Enquire
%c 2 Output
%c Output Number 1 (Program Output)
%02x Output Level Pair 1 dBval
%02x Output Level Pair 2 dBval
%01x Output Mute Pair 1 0 or 1
%01x Output Mute Pair 2 0 or 1
%01x Output Embed Pair 1 0, 2, 4 or 6 – for output 1 only.
%01x Output Embed Pair 2 0, 2, 4 or 6 - for output 1 only.