Documentation
¶
Overview ¶
Package video allows the recording of video to a file. FFMPEG must be available on the host computer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FFMPEG ¶
type FFMPEG struct {
// contains filtered or unexported fields
}
func NewFFMPEG ¶
func NewFFMPEG(rnd Renderer, tv Television) *FFMPEG
func (*FFMPEG) IsRecording ¶
func (*FFMPEG) Preprocess ¶
type Television ¶
type Television interface {
AddAudioMixer(m television.AudioMixer)
RemoveAudioMixer(m television.AudioMixer)
GetFrameInfo() frameinfo.Current
}
Click to show internal directories.
Click to hide internal directories.