ArchActionPlayAudioOnSilence(corePlayAudioOnSilenceViewModel)

new ArchActionPlayAudioOnSilence(corePlayAudioOnSilenceViewModel)

The Architect Scripting class that represents the Play Audio on Silence action Instances of this action should be created by calling ArchFactoryActions#addActionPlayAudioOnSilence

Parameters:
Name Type Description
corePlayAudioOnSilenceViewModel PlayAudioOnSilenceActionViewModel

( Internal ) an Architect core Play Audio on Silence action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'archActionPlayAudioOnSilence'.

readonly actualRepeatCount :ArchValueInteger

The number of the times the audio had to repeat because it was interrupted.

readonly allowedRepeatCount :ArchValueInteger

The number of the times the audio can be restarted if it's interrupted while playing

readonly audio :ArchAudio

The audio expression for the audio to play after waiting for silence

readonly isArchActionPlayAudioOnSilence :boolean

Returns true indicating that this is an archActionPlayAudioOnSilence instance.

readonly isArchBaseActionWithSilenceDetection :boolean

Returns true indicating that this is an ArchBaseActionWithSilenceDetection instance.

Inherited From:

readonly silenceDuration :ArchValueDuration

The duration for the amount of silence to wait for

Inherited From:

readonly timeout :ArchValueDuration

The total timeout before the action fails and takes the timeout path.

Inherited From: