mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
update docs.
This commit is contained in:
parent
8a015ffd5f
commit
bb6fe698ad
5 changed files with 926 additions and 1 deletions
|
@ -153,7 +153,7 @@ type VideoConfig struct {
|
|||
Width string `mapstructure:"width"` // expression
|
||||
Height string `mapstructure:"height"` // expression
|
||||
Fps string `mapstructure:"fps"` // expression
|
||||
Bitrate int `mapstructure:"bitrate"` // pipeline bitrate
|
||||
Bitrate int `mapstructure:"bitrate"` // pipeline bitrate (not used currently)
|
||||
GstPrefix string `mapstructure:"gst_prefix"` // pipeline prefix, starts with !
|
||||
GstEncoder string `mapstructure:"gst_encoder"` // gst encoder name
|
||||
GstParams map[string]string `mapstructure:"gst_params"` // map of expressions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue