Documentation
¶
Index ¶
- func Drain(ctx context.Context, setBlockInput *bool, nodes ...node.Abstract) (_err error)
- func FindNodeByObjectID(ctx context.Context, objID globaltypes.ObjectID, nodes ...node.Abstract) (_ret node.Abstract, _err error)
- func IsDrained(ctx context.Context, nodes ...node.Abstract) (_ret bool)
- func LogLevelFromAstiav(level astiav.LogLevel) logger.Level
- func LogLevelToAstiav(level logger.Level) astiav.LogLevel
- func NextLayer[T node.Abstract](ctx context.Context, nodes ...T) ([]node.Abstract, error)
- func NotifyAboutPacketSources[T node.Abstract](ctx context.Context, packetSource packet.Source, nodes ...T) (_err error)
- func Serve[T node.Abstract](ctx context.Context, serveConfig ServeConfig, errCh chan<- node.Error, ...)
- func SetBlockInput(ctx context.Context, blocked bool, nodes ...node.Abstract) error
- func Traverse[T node.Abstract](ctx context.Context, ...) (_err error)
- func WaitForDrain(ctx context.Context, nodes ...node.Abstract) (_err error)
- type ErrNotFound
- type ErrTraverseStop
- type ServeConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindNodeByObjectID ¶
func SetBlockInput ¶
Types ¶
type ErrNotFound ¶
type ErrNotFound struct{}
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
type ErrTraverseStop ¶
type ErrTraverseStop struct{}
func (ErrTraverseStop) Error ¶
func (ErrTraverseStop) Error() string
type ServeConfig ¶
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
demo
|
|
|
alternatebitrateandencoder
command
|
|
|
basictranscoding
command
|
|
|
fallback
command
|
|
|
fallbackfromscratch
command
|
|
|
fallbackwithtranscoding
command
|
|
|
helpers
|
|
|
math
|
|
|
preset
|
|
|
protobuf
|
|
|
rpn
|
|
Click to show internal directories.
Click to hide internal directories.