FromSample

data class FromSample(val name: String, val namespace: String?, val sampleRateInvPow2: Int, val sampleSize: Int, val where: WhereNode? = null) : FromNode

Constructors

Link copied to clipboard
constructor(name: String, namespace: String?, sampleRateInvPow2: Int, sampleSize: Int, where: WhereNode? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val where: WhereNode? = null