Documentation ¶ Index ¶ type Engine func New(config config.NormalizeConfig) (*Engine, error) func (e *Engine) Close() error func (e *Engine) Flush() error func (e *Engine) ReceiveFrame() (media.Frame, error) func (e *Engine) SendFrame(frame *media.Frame) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Engine ¶ type Engine struct { // contains filtered or unexported fields } func New ¶ func New(config config.NormalizeConfig) (*Engine, error) func (*Engine) Close ¶ func (e *Engine) Close() error func (*Engine) Flush ¶ func (e *Engine) Flush() error func (*Engine) ReceiveFrame ¶ func (e *Engine) ReceiveFrame() (media.Frame, error) func (*Engine) SendFrame ¶ func (e *Engine) SendFrame(frame *media.Frame) error Source Files ¶ View all Source files engine.go Click to show internal directories. Click to hide internal directories.