Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Demuxer ¶
type Demuxer struct {
// contains filtered or unexported fields
}
func NewDemuxer ¶
func NewDemuxer(r io.ReadSeeker, config DemuxerConfig) (*Demuxer, error)
type DemuxerConfig ¶
type DemuxerConfig struct {
Strict bool
}
type Muxer ¶
type Muxer struct {
// contains filtered or unexported fields
}
Muxer writes a native FLAC stream. Packets are expected to contain complete FLAC frames, as produced by codec-flac.
func (*Muxer) WriteHeader ¶
func (*Muxer) WritePacket ¶
func (*Muxer) WriteTrailer ¶
type MuxerConfig ¶
type MuxerConfig struct{}
Click to show internal directories.
Click to hide internal directories.