Documentation
¶
Index ¶
- func DumpFrame(f hardware.Frame)
- type Source
- func (me *Source) GetID() pipepart.ID
- func (me *Source) GetOutput(id pipepart.ID) hardware.FrameSource
- func (me *Source) GetParams() []pipepart.PipeParam
- func (me *Source) GetType() pipepart.PipeType
- func (me *Source) Marshal() *pipepart.Marshal
- func (me *Source) RunPipe(destroyCtx context.Context, wg *sync.WaitGroup)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
Source is a frame recycler and source of frames
func NewFrameSource ¶
func NewFrameSource(tileConfigs hardware.TileConfigs, logger *zap.Logger) *Source
NewFrameSource produces a frame channel with a recycled frame or new one
func (*Source) GetOutput ¶
func (me *Source) GetOutput(id pipepart.ID) hardware.FrameSource
GetOutput returns the frame producer chan
Click to show internal directories.
Click to hide internal directories.