source

package
v1.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetInput

func GetInput(name string) (components.Input, error)

func GetSequencer added in v1.2.0

func GetSequencer(name string) (components.Sequencer, error)

func GetSink

func GetSink(name string) (components.Sink, error)

func GetTransform

func GetTransform(name string) (components.Transform, error)

func RegisterInput

func RegisterInput(name string, input components.Input)

func RegisterSequencer added in v1.2.0

func RegisterSequencer(name string, sequencer components.Sequencer)

func RegisterSink

func RegisterSink(name string, sink components.Sink)

func RegisterTransform

func RegisterTransform(name string, transform components.Transform)

Types

type Inputs

type Inputs map[string]components.Input

type Sequencers added in v1.2.0

type Sequencers map[string]components.Sequencer

type Sinks

type Sinks map[string]components.Sink

type Transforms

type Transforms map[string]components.Transform

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL