rffmpeg

package
v0.0.0-...-bac8e5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transcoder

type Transcoder struct {
	InputPath  string
	OutputPath string

	Input  io.Reader
	Output io.Writer

	Rate int
}

func (*Transcoder) SetInput

func (t *Transcoder) SetInput(input io.Reader) *Transcoder

func (*Transcoder) SetInputPath

func (t *Transcoder) SetInputPath(inputPath string) *Transcoder

func (*Transcoder) SetOutput

func (t *Transcoder) SetOutput(output io.Writer) *Transcoder

func (*Transcoder) SetOutputPath

func (t *Transcoder) SetOutputPath(outputPath string) *Transcoder

func (*Transcoder) SetRate

func (t *Transcoder) SetRate(rate int) *Transcoder

func (*Transcoder) To

func (t *Transcoder) To(format string) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL