idl

package
v0.0.0-...-04ac836 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Appname = "live-omxctrl"
	Buildnr = "00.01.30.20220226-00"
)

Functions

This section is empty.

Types

type DbOpType

type DbOpType int
const (
	DbOpHistoryInsert DbOpType = iota
)

func (DbOpType) String

func (i DbOpType) String() string

type DbOperation

type DbOperation struct {
	DbOpType DbOpType
	Payload  interface{}
}

type StreamProvider

type StreamProvider interface {
	IsUriForMe(uri string) bool
	GetStatusSleepTime() int
	GetURI() string
	SetURI(string)
	GetTitle() string
	GetDescription() string
	GetPropValue(string) string
	Name() string
	GetStreamerCmd(cmdLineArr []string) (string, string, []string)
	CheckStatus(chDbOperation chan *DbOperation) error
	CreateStopChannel() chan struct{}
	GetCmdStopChannel() chan struct{}
	CloseStopChannel()
	GetTrackDuration() (string, bool)
	GetTrackPosition() (string, bool)
	GetTrackStatus() (string, bool)
}

Jump to

Keyboard shortcuts

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