Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
type
Transcoder
interface
{
18
Transcode(ctx context.Context, profile Profile, in string, out io.Writer) error
19
}
20
21
var
UserProfiles =
map
[string]Profile{
22
"mp3"
: MP3,
Callers
3
Transcode
Method · 0.65
Transcode
Method · 0.65
ServeStream
Method · 0.65
Implementers
4
NoneTranscoder
transcode/transcoder_none.go
callbackTranscoder
transcode/transcode_test.go
CachingTranscoder
transcode/transcoder_caching.go
FFmpegTranscoder
transcode/transcoder_ffmpeg.go
Calls
no outgoing calls
Tested by
no test coverage detected