Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioMetricsHistogramBin

A bin with defined boundaries that indicates the number of values in a range of signal characteristics for a histogram. The first and last bins of a histogram are the boundary bins. They cover the intervals between negative infinity and the first boundary, and between the last boundary and positive infinity, respectively.

Hierarchy

  • AudioMetricsHistogramBin

Index

Properties

Properties

begin

begin: number

The lower boundary of the bin in the histogram.

count

count: number

The number of values in the bin of the histogram.

end

end: number

The upper boundary of the bin in the histogram.

Generated using TypeDoc