transcript

package module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChecksumFunc

type ChecksumFunc func([]byte) int

type Chunk

type Chunk struct {
	// contains filtered or unexported fields
}

type Player

type Player struct {
	// contains filtered or unexported fields
}

func NewPlayer

func NewPlayer(checksum ChecksumFunc) *Player

func (*Player) Empty

func (p *Player) Empty() bool

func (*Player) Split

func (p *Player) Split(chunk []byte, sip int) ([]Chunk, error)

type Recorder

type Recorder struct {
	// contains filtered or unexported fields
}

func NewRecorder

func NewRecorder(checksum ChecksumFunc) *Recorder

func (*Recorder) Record

func (recorder *Recorder) Record(blocks [][][]byte) []byte

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL