Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

This command takes a Boolean argument to enable or disable audio in captured video files during playback and scrubbing.

Functional area

Playback Control

Command syntax

Syntax

setAudioEnabled enabled

Arguments

See example syntax.

Flags

None

Return value

void

Example

// Turns off audio playback
setAudioEnabled false;
  • No labels