SoundMark constructor
- int start,
- int end,
- 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);