Versions in this module Expand all Collapse all v3 v3.0.5 Apr 16, 2023 v3.0.4 Mar 16, 2023 Changes in this version + type Options struct + Bitrate uint + KeyframeInt uint + type Vpx struct + func NewEncoder(w, h int, opts *Options) (*Vpx, error) + func (vpx *Vpx) Encode() []byte + func (vpx *Vpx) IntraRefresh() + func (vpx *Vpx) LoadBuf(yuv []byte) + func (vpx *Vpx) Shutdown() error