Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IngesterAudio ¶
type IngesterAudio struct {
// contains filtered or unexported fields
}
func NewIngester ¶
func NewIngester(dbClient mediaserverproto.DatabaseClient, vfs fs.FS, concurrentWorkers int, ingestTimeout, ingestWait time.Duration, ffmpegPath, tempDir string, ffmpegOutputCodec map[string][]string, logger zLogger.ZLogger) (*IngesterAudio, error)
func (*IngesterAudio) Close ¶
func (i *IngesterAudio) Close() error
func (*IngesterAudio) Start ¶
func (i *IngesterAudio) Start() error
type WriterNopcloser ¶
func (WriterNopcloser) Close ¶
func (WriterNopcloser) Close() error
Click to show internal directories.
Click to hide internal directories.