enableaudiomask

Specifies mask of audio channels to be enabled.

Synopsis

enableaudiomask <bit_mask>

Description

Enableaudiomask specifies the channels to be enabled for the stream that is generated. You specify a bit mask in which channels are enabled. This mask is expressed in hexadecimal; for example, 0x3 to enable channel 0 and 1).

This information is put into the stream header, so writestreamheader has to be included in the script.

Arguments

bit_mask
Bit mask of audio channels in hex (32-bit maximum).

Caveats

None.

See Also

writestreamheader