Audio Manager

Note: To display only the features present on a particular device, select one or more filters from the SmartDocs bar below.

StageNow - 2.10

Overview

The Audio Manager (AudioMgr) controls whether audio on a device plays only through a connected handset or is replicated on the built-in device speaker so that it plays on both. This feature was developed for the VC80x vehicle-mount computer, which has a custom port for attaching the Zebra M1000 handset. AudioMgr can force audio normally sent only to the M1000 speaker to be replicated on the VC80x's built-in speaker. This addresses the issue of missed communications that can arise when the handset is not being worn.

AudioMgr is supported only on the Zebra VC80x vehicle mount computer.

Main Functionality

  • Enable/disable replication of handset audio on the built-in device speaker

Audio Replication Action

Controls whether audio on the device plays only through a connected Zebra M1000 handset or is replicated on the built-in speaker.

Note: Supported on VC80x devices only.

Parm Name: AudioReplicationAction

Option Name Description Note Requires
0 Do not change This value (or the absence of this parm from the XML) causes no change to device settings; any previously selected setting is retained.

MX: 7.2+

Android API: 25+

1 Replicate handset audio on built-in speaker Plays device audio through handset and device speaker.

MX: 7.2+

Android API: 25+

2 Do not replicate handset audio on built-in speaker Plays device audio only through the connected handset.

MX: 7.2+

Android API: 25+

Examples

Replicate audio

Send audio to handset and built-in speaker


<wap-provisioningdoc>
    ​<characteristic type="AudioMgr">
        ​​<parm name="AudioReplicationAction" value="1" />
    ​</characteristic>
</wap-provisioningdoc>