Documentation
¶
Overview ¶
Package transcoder provides stub implementations when GPU/FFI is disabled.
Package transcoder provides stub implementations when GPU/FFI is disabled.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GPUServer ¶
type GPUServer struct{}
GPUServer is a stub when built without GPU support.
func NewGPUServer ¶
NewGPUServer returns a stub GPU server instance.
type RustAudioRemuxer ¶
type RustAudioRemuxer struct{}
RustAudioRemuxer is a stub when built without GPU support.
func NewRustAudioRemuxer ¶
func NewRustAudioRemuxer(_ int, _ int, _ int) (*RustAudioRemuxer, error)
NewRustAudioRemuxer returns an error when built without GPU support.
func (*RustAudioRemuxer) Config ¶
func (r *RustAudioRemuxer) Config() (sampleRate, channels, bitrate int)
Config returns zero values (stub implementation).
Click to show internal directories.
Click to hide internal directories.