Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeOpus = 1 TypeVP8 = 2 TypeVP9 = 3 TypeH264 = 4 )
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 ¶
NewBuilder Initialize a new audio sample builder
Click to show internal directories.
Click to hide internal directories.