recorders

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2025 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	interfaces.Module
	AddRecorder(ctx context.Context) error
	RemoveRecorder(ctx context.Context) error
	RestartRecorder(ctx context.Context) error
	GetRecorder(ctx context.Context) (Recorder, error)
	HasRecorder(ctx context.Context) bool
}

func NewManager

func NewManager(ctx context.Context, session *lives.LiveSession) Manager

type Recorder

type Recorder interface {
	Start(ctx context.Context) error
	Close()
	StartTime() time.Time
	GetStatus() (map[string]string, error)
}

func NewRecorder

func NewRecorder(session *lives.LiveSession) (Recorder, error)

Jump to

Keyboard shortcuts

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