AudioFeedInput

Maps an audio selector in the channel to a feed input on the associated Elemental Inference feed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the audio selector in the channel that will be sent to the Elemental Inference feed input.

Link copied to clipboard

The name of the feed input on the Elemental Inference feed that will receive the audio from the specified audio selector.

Functions

Link copied to clipboard
inline fun copy(block: AudioFeedInput.Builder.() -> Unit = {}): AudioFeedInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String