Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Demuxer ¶
type Demuxer struct {
// contains filtered or unexported fields
}
Demuxer はMP3コンテナを読み込む。
func NewDemuxer ¶
func NewDemuxer(r io.ReadSeeker, _ DemuxerConfig) (*Demuxer, error)
type DemuxerConfig ¶
type DemuxerConfig struct{}
type FrameHeader ¶
type Muxer ¶
type Muxer struct {
// contains filtered or unexported fields
}
Muxer はMP3パケットをストリームに書き出す。 MP3はコンテナヘッダーを持たないストリーム形式のため、 WriteHeader/WriteTrailer は何もしない。
func (*Muxer) WriteHeader ¶
func (*Muxer) WritePacket ¶
func (*Muxer) WriteTrailer ¶
type MuxerConfig ¶
type MuxerConfig struct{}
Click to show internal directories.
Click to hide internal directories.