final case class ImageFileSeqOut(key: String, in: GE, width: GE, height: GE, fileType: GE = -1, sampleFormat: GE = 0, quality: GE = 80, indices: GE) extends Expander[Unit] with Product with Serializable
A graph element that creates a UGen writing to a file
sequence designated by an object attribute with a given key and the
value being an Artifact.
If the given file-type GE is -1, the type is determined by this
artifact. For example, if the artifact's path ends in ".png", the PNG
format will used, if the path ends in ".jpg", then JPEG will be used.
The default is PNG.
- key
the key into the enclosing object's attribute map, pointing to an
Artifactfor the file template- in
the signal to write
- width
image's width in pixels
- height
image's height in pixels
- fileType
a file type id as given by
ImageFileSeqOut.id(). The default is-1(auto-detect).- sampleFormat
a sample format id as given by
ImageFileSeqOut.id(). The default is0(8-bit Int).- quality
the compression quality for a lossy format such as JPG. The default is
80.
- Alphabetic
- By Inheritance
- ImageFileSeqOut
- Serializable
- Serializable
- Expander
- Lazy
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ImageFileSeqOut(key: String, in: GE, width: GE, height: GE, fileType: GE = -1, sampleFormat: GE = 0, quality: GE = 80, indices: GE)
- key
the key into the enclosing object's attribute map, pointing to an
Artifactfor the file template- in
the signal to write
- width
image's width in pixels
- height
image's height in pixels
- fileType
a file type id as given by
ImageFileSeqOut.id(). The default is-1(auto-detect).- sampleFormat
a sample format id as given by
ImageFileSeqOut.id(). The default is0(8-bit Int).- quality
the compression quality for a lossy format such as JPG. The default is
80.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fileType: GE
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: GE
- val in: GE
- val indices: GE
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: String
-
def
makeUGens(implicit b: Builder): Unit
Abstract method which must be implemented by creating the actual
UGens during expansion.Abstract method which must be implemented by creating the actual
UGens during expansion. This method is at most called once during graph expansion- returns
the expanded object (depending on the type parameter
U)
- Attributes
- protected
- Definition Classes
- ImageFileSeqOut → Expander
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val quality: GE
- val sampleFormat: GE
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val width: GE