MCPcopy 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
17type Transcoder interface {
18 Transcode(ctx context.Context, profile Profile, in string, out io.Writer) error
19}
20
21var UserProfiles = map[string]Profile{

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 1

TranscodeMethod · 0.52