ImageFileSeqOut

object ImageFileSeqOut extends ProductReader[ImageFileSeqOut]
Companion:
class
trait Product
trait Mirror
trait ProductReader[ImageFileSeqOut]
class Object
trait Matchable
class Any

Type members

Classlikes

final case class WithFile(template: URI, in: GE, width: GE, height: GE, fileType: GE, sampleFormat: GE, quality: GE, indices: GE) extends ZeroOut
Companion:
object
object WithFile extends ProductReader[WithFile]
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fileType(id: Int): Type

Recovers an image file type from an id. Throws an exception if the id is invalid.

Recovers an image file type from an id. Throws an exception if the id is invalid.

def id(in: Type): Int

Converts an image file type to a unique id that can be parsed by the UGen.

Converts an image file type to a unique id that can be parsed by the UGen.

def id(in: SampleFormat): Int

Converts a sample format to a unique id that can be parsed by the UGen.

Converts a sample format to a unique id that can be parsed by the UGen.

def maxFileTypeId: Int
override def read(in: RefMapIn, key: String, arity: Int): ImageFileSeqOut
Definition Classes
ProductReader
def sampleFormat(id: Int): SampleFormat

Recovers a sample format from an id. Throws an exception if the id is invalid.

Recovers a sample format from an id. Throws an exception if the id is invalid.