Versions in this module Expand all Collapse all v0 v0.3.2 Dec 18, 2021 Changes in this version + type ErrorResilientMode int + const ErrorResilientDefault + const ErrorResilientPartitions + type Params struct + Deadline time.Duration + ErrorResilient ErrorResilientMode + LagInFrames uint + RateControlEndUsage RateControlMode + RateControlMaxQuantizer uint + RateControlMinQuantizer uint + RateControlOvershootPercent uint + RateControlUndershootPercent uint + type RateControlMode int + const RateControlCBR + const RateControlCQ + const RateControlVBR + type VP8Params struct + func NewVP8Params() (VP8Params, error) + func (p *VP8Params) BuildVideoEncoder(r video.Reader, property prop.Media) (codec.ReadCloser, error) + func (p *VP8Params) RTPCodec() *codec.RTPCodec + type VP9Params struct + func NewVP9Params() (VP9Params, error) + func (p *VP9Params) BuildVideoEncoder(r video.Reader, property prop.Media) (codec.ReadCloser, error) + func (p *VP9Params) RTPCodec() *codec.RTPCodec