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, _ DemuxerConfig) (*Demuxer, error)
type DemuxerConfig ¶
type DemuxerConfig struct{}
type Muxer ¶
type Muxer struct {
// contains filtered or unexported fields
}
func (*Muxer) WriteHeader ¶
func (*Muxer) WriteTrailer ¶
type MuxerConfig ¶
type MuxerConfig struct {
ForceRF64 bool `name:"force-rf64" help:"Always write RF64 output"`
}
Click to show internal directories.
Click to hide internal directories.