org.mbari.beholder.Jpeg
See theJpeg companion object
case class Jpeg(videoUrl: URL, elapsedTime: Duration, path: Path, created: Instant, sizeBytes: Option[Long])
Information about the source of a JPEG
Value parameters
- created
-
When the jpeg was created. Used by the cache to determine which items to drop.
- elapsedTime
-
The elapsed time into the video that the jpeg was taken
- path
-
The local path to the jpeg file
- sizeBytes
-
The size of the jpeg file in bytes
- videoUrl
-
The URL to the source video
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article