BufFrames

object BufFrames extends ProductReader[BufFrames]

Returns the number of allocated frames of the buffer at the provided index.

===Examples===

// frames of local buffer
play {
 val buf = LocalBuf(1024, 2)
 BufFrames.ir(buf).poll(0) // reports 1024
}
See also
Companion
class
trait Product
trait Mirror
trait ProductReader[BufFrames]
class Object
trait Matchable
class Any

Type members

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 ir(buf: GE): BufFrames
Value Params
buf

Buffer id.

def kr(buf: GE): BufFrames
Value Params
buf

Buffer id.

def read(in: RefMapIn, key: String, arity: Int): BufFrames