Jpeg

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val sizeMB: Option[Double]