VideoInput

org.llm4s.llmconnect.model.VideoInput
final case class VideoInput(frameWidth: Int, frameHeight: Int, channels: Int, fps: Int, frames: Seq[Array[Byte]]) extends MMInput

Video as a sequence of RGB frames (byte arrays), plus basic shape & fps.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MMInput
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def bytesApprox: Long

Approximate payload size in bytes (for logging/back-pressure).

Approximate payload size in bytes (for logging/back-pressure).

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product