Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeOpus = 111 TypeVP8 = 96 TypeVP9 = 98 TypeH264 = 102 TypeRGB24 = 200 )
Types for samples
Variables ¶
View Source
var ( // ErrCodecNotSupported is returned when a rtp packed it pushed with an unsupported codec ErrCodecNotSupported = errors.New("codec not supported") )
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder Module for building video/audio samples from rtp streams
func NewBuilder ¶
func NewBuilder(config BuilderConfig) *Builder
NewBuilder Initialize a new sample builder
type BuilderConfig ¶
BuilderConfig .
Click to show internal directories.
Click to hide internal directories.