All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.wavebeans.execution.pod.AnyStreamOutputPod.kt Maven / Gradle / Ivy

package io.wavebeans.execution.pod

import io.wavebeans.lib.Bean
import io.wavebeans.lib.io.StreamOutput

class AnyStreamOutputPod(
        override val bean: StreamOutput,
        override val podKey: PodKey,
        override val sampleRate: Float
) : AbstractStreamOutputPod() {

    override val input: Bean
        get() = bean
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy