Documentation
¶
Index ¶
- type Libffmpeg
- func (lf *Libffmpeg) FilterAddEqualizer(f, freq, width int, gain float64)
- func (lf *Libffmpeg) FilterAddHighpass(f, freq int)
- func (lf *Libffmpeg) FilterAddLowpass(f, freq int)
- func (lf *Libffmpeg) FilterAddVolumeGain(f int, gain float64)
- func (lf *Libffmpeg) FilterSetOutputChannelsMono(f, channel int)
- func (lf *Libffmpeg) FilterSetOutputChannelsStereo(f, left, right int)
- func (lf *Libffmpeg) GetFFmpeg() string
- func (lf *Libffmpeg) GetWD() string
- func (lf *Libffmpeg) NewFilter() int
- func (lf *Libffmpeg) Read(max int) []byte
- func (lf *Libffmpeg) Run()
- func (lf *Libffmpeg) SetBufferLength(milli int)
- func (lf *Libffmpeg) SetBufferSize(size int)
- func (lf *Libffmpeg) SetFFmpeg(path string)
- func (lf *Libffmpeg) SetInputChannels(channels int)
- func (lf *Libffmpeg) SetMetadata(key, value string)
- func (lf *Libffmpeg) SetOutputBitrate(bitrate int)
- func (lf *Libffmpeg) SetOutputChannels(channels int)
- func (lf *Libffmpeg) SetOutputRate(rate int)
- func (lf *Libffmpeg) SetPrecision(precision string)
- func (lf *Libffmpeg) SetThreads(threads int)
- func (lf *Libffmpeg) Start()
- func (lf *Libffmpeg) Write(src []byte) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Libffmpeg ¶
type Libffmpeg struct {
// contains filtered or unexported fields
}
func NewLibffmpeg ¶
func (*Libffmpeg) FilterAddEqualizer ¶
func (*Libffmpeg) FilterAddHighpass ¶
func (*Libffmpeg) FilterAddLowpass ¶
func (*Libffmpeg) FilterAddVolumeGain ¶
func (*Libffmpeg) FilterSetOutputChannelsMono ¶
func (*Libffmpeg) FilterSetOutputChannelsStereo ¶
func (*Libffmpeg) SetBufferLength ¶
func (*Libffmpeg) SetBufferSize ¶
func (*Libffmpeg) SetInputChannels ¶
func (*Libffmpeg) SetMetadata ¶
func (*Libffmpeg) SetOutputBitrate ¶
func (*Libffmpeg) SetOutputChannels ¶
func (*Libffmpeg) SetOutputRate ¶
func (*Libffmpeg) SetPrecision ¶
func (*Libffmpeg) SetThreads ¶
Click to show internal directories.
Click to hide internal directories.