SoundMark constructor
- int start,
- int end,
- Coordinates coordinates
Creates a SoundMark with the specified start and end offsets and coordinates.
API users typically do not create SoundMark instances directly.
Parameters
start: Start offset in milliseconds (relative to the beginning of the log).end: End offset in milliseconds (relative to the beginning of the log).coordinates: Coordinates where the sound was recorded.
Implementation
SoundMark(this.start, this.end, this.coordinates);