Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sentriz/gonic
/ Transcode
Method
Transcode
transcode/transcode.go:18–18 ·
view source on GitHub ↗
(ctx context.Context, profile Profile, in string, out io.Writer)
Source
from the content-addressed store, hash-verified
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{
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
1
Transcode
Method · 0.52