Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TrackFile ¶
type TrackFile interface {
AddTrackFile(fid string) error
GetTrackFileNum() int
DelTrackFile(fid string)
}
func NewTeeRecord ¶
func NewTeeRecord() TrackFile
type TrackFileType ¶
type TrackFileType struct {
// contains filtered or unexported fields
}
func (*TrackFileType) AddTrackFile ¶
func (t *TrackFileType) AddTrackFile(fid string) error
func (*TrackFileType) DelTrackFile ¶
func (t *TrackFileType) DelTrackFile(fid string)
func (*TrackFileType) GetTrackFileNum ¶
func (t *TrackFileType) GetTrackFileNum() int
Click to show internal directories.
Click to hide internal directories.