Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTranscoderNotSupported is returned when the transcoder is not supported ErrTranscoderNotSupported = errors.New("transcoder not supported") )
Functions ¶
This section is empty.
Types ¶
type NoopTranscoder ¶
type NoopTranscoder struct {
deliver.MediaFramePipeImpl
}
func (*NoopTranscoder) Close ¶
func (t *NoopTranscoder) Close()
func (*NoopTranscoder) Label ¶
func (t *NoopTranscoder) Label() string
type Transcoder ¶
type Transcoder interface { deliver.FrameDestination deliver.FrameSource Label() string Close() }
func NewNoopTranscoder ¶
func NewNoopTranscoder(ctx context.Context, inCodec deliver.CodecType) Transcoder
func NewTranscoder ¶
Click to show internal directories.
Click to hide internal directories.