Jpeg

org.mbari.beholder.Jpeg
See theJpeg companion object
case class Jpeg(videoUri: URI, 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

videoUri

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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product

Concrete fields

val sizeMB: Option[Double]