types

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MediaStats added in v1.1.0

type MediaStats struct {
	AudioAverageBitrate *uint32
	AudioCurrentBitrate *uint32
	VideoAverageBitrate *uint32
	VideoCurrentBitrate *uint32
}

type SessionAPI added in v1.1.0

type SessionAPI interface {
	GetProfileData(ctx context.Context, profileName string, timeout int, debug int) (b []byte, err error)
	GetPipelineDot(ctx context.Context) (string, error)
	UpdateMediaStats(ctx context.Context, stats *MediaStats) error
}

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