Creates a SoundMark with the specified start and end offsets and coordinates.
API users typically do not create SoundMark instances directly.
Start offset in milliseconds (relative to the beginning of the log).
End offset in milliseconds (relative to the beginning of the log).
Coordinates where the sound was recorded.
Coordinates associated with the sound interval.
End offset in milliseconds (between 0 and log length).
Start offset in milliseconds (between 0 and log length).
InternalSerializes this instance to a JSON-compatible object.
Used internally, not intended for direct use by consumers. The object structure may change without notice.
StaticfromInternalDeserializes a JSON-compatible object to create an instance.
Used internally, not intended for direct use by consumers. The expected object structure may change without notice.
Represents a time interval in a recording where sound was captured.
A SoundMark identifies the start and end offsets (in milliseconds) of a section of a log that contains recorded audio and the geographic Coordinates associated with that interval.
Soundmarks are generated automatically during audio recording sessions. Play the
.mp4file with an external media player to play the audio content from the start to the end offsets.See