Documentation
¶
Index ¶
- type Pipeline
- func (p *Pipeline) GetGstPipelineDebugDot() (string, error)
- func (p *Pipeline) OnStatusUpdate(f func(context.Context, *livekit.EgressInfo))
- func (p *Pipeline) Run(ctx context.Context) *livekit.EgressInfo
- func (p *Pipeline) SendEOS(ctx context.Context)
- func (p *Pipeline) UpdateStream(ctx context.Context, req *livekit.UpdateStreamRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
type Pipeline struct { *config.PipelineConfig // contains filtered or unexported fields }
func (*Pipeline) GetGstPipelineDebugDot ¶ added in v1.5.4
func (*Pipeline) OnStatusUpdate ¶
func (p *Pipeline) OnStatusUpdate(f func(context.Context, *livekit.EgressInfo))
func (*Pipeline) UpdateStream ¶
Click to show internal directories.
Click to hide internal directories.