SoundMark constructor

SoundMark(
  1. int start,
  2. int end,
  3. Coordinates coordinates
)

Creates a SoundMark with the specified start, end, and coordinates.

Parameters

  • IN start Start offset in milliseconds.
  • IN end End offset in milliseconds.
  • IN coordinates Coordinates where sound was recorded.

Implementation

SoundMark(this.start, this.end, this.coordinates);