CPVideo

org.cosplay.CPVideo$
See theCPVideo companion class
object CPVideo

Companion object provides utility functions.

Attributes

Companion:
class
Source:
CPVideo.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CPVideo.type

Members list

Concise view

Value members

Concrete methods

def previewVideo(vid: CPVideo, bg: CPPixel, emuTerm: Boolean): Unit

Previews given video using built-in video player.

Previews given video using built-in video player.

Attributes

bg

Optional background pixel to use. Default value is

CPPixel('.', C_GRAY2, C_GRAY1)
emuTerm

Whether or not to use terminal emulation. Default value is true.

vid

Video to preview.

Source:
CPVideo.scala