//
pkg.gl
Category
github.com/rviscarra/webrtc-remote-screen
internal
encoders
package
0.0.0-20211015182615-039e11ebc291
Repository:
https://github.com/rviscarra/webrtc-remote-screen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
44 SLOC
#
Functions
NewEncoderService
NewEncoderService creates an encoder factory.
#
Constants
H264Codec
H264Codec h264.
NoCodec
NoCodec "zero-value".
VP8Codec
VP8Codec vp8.
#
Structs
EncoderService
EncoderService creates instances of encoders.
#
Interfaces
Encoder
Encoder takes an image/frame and encodes it.
Service
Service creates encoder instances.
#
Type aliases
VideoCodec
VideoCodec can be either h264 or vp8.