types

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MediaStatGatherer added in v1.3.0

type MediaStatGatherer interface {
	GatherStats(ctx context.Context) (*ipc.MediaStats, error)
}

type MediaStatsUpdater added in v1.3.0

type MediaStatsUpdater interface {
	UpdateMediaStats(ctx context.Context, stats *ipc.MediaStats) error
}

type SessionAPI added in v1.1.0

type SessionAPI interface {
	MediaStatsUpdater
	MediaStatGatherer

	GetProfileData(ctx context.Context, profileName string, timeout int, debug int) (b []byte, err error)
	GetPipelineDot(ctx context.Context) (string, error)
	CloseSession(ctx context.Context)
}

type StreamKind

type StreamKind string
const (
	Audio       StreamKind = "audio"
	Video       StreamKind = "video"
	Interleaved StreamKind = "interleaved"
	Unknown     StreamKind = "unknown"
)

Jump to

Keyboard shortcuts

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