Documentation
¶
Overview ¶
Package codecs contains codec definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec interface {
// IsVideo returns whether the codec is a video one.
IsVideo() bool
// contains filtered or unexported methods
}
Codec is a codec.
type KLV ¶ added in v2.2.9
type KLV struct {
// whether the KLV stream is synchronous (has its own PES timestamps)
Synchronous bool
}
KLV is a KLV codec.
type MPEG4Audio ¶
type MPEG4Audio struct {
Config mpeg4audio.AudioSpecificConfig
}
MPEG4Audio is a MPEG-4 Audio codec.
func (*MPEG4Audio) IsVideo ¶ added in v2.2.2
func (*MPEG4Audio) IsVideo() bool
IsVideo returns whether the codec is a video one.
Click to show internal directories.
Click to hide internal directories.