Skip to content

/AWS1/CL_MDXSILENTAUDIOCONF

Detects silent audio in the router input's source content and reports it through a CloudWatch metric, an EventBridge event, and a router input message.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_state TYPE /AWS1/MDXCONTQUALITYALYSTATE /AWS1/MDXCONTQUALITYALYSTATE

Indicates whether silent audio detection is enabled or disabled.

iv_thresholdseconds TYPE /AWS1/MDXROUTERCQATHRESHSECS /AWS1/MDXROUTERCQATHRESHSECS

The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.


Queryable Attributes

State

Indicates whether silent audio detection is enabled or disabled.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

ThresholdSeconds

The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.

Accessible with the following methods

Method Description
GET_THRESHOLDSECONDS() Getter for THRESHOLDSECONDS, with configurable default
ASK_THRESHOLDSECONDS() Getter for THRESHOLDSECONDS w/ exceptions if field has no va
HAS_THRESHOLDSECONDS() Determine if THRESHOLDSECONDS has a value