MCPcopy Index your code
hub / github.com/sentriz/gonic / Transcoder

Interface Transcoder

transcode/transcode.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type Transcoder interface {
18 Transcode(ctx context.Context, profile Profile, in string, out io.Writer) error
19}
20
21var UserProfiles = map[string]Profile{
22 "mp3": MP3,

Callers 3

TranscodeMethod · 0.65
TranscodeMethod · 0.65
ServeStreamMethod · 0.65

Implementers 4

NoneTranscodertranscode/transcoder_none.go
callbackTranscodertranscode/transcode_test.go
CachingTranscodertranscode/transcoder_caching.go
FFmpegTranscodertranscode/transcoder_ffmpeg.go

Calls

no outgoing calls

Tested by

no test coverage detected