MCPcopy Create free account

hub / github.com/bobertlo/go-mpg123 / functions

Functions15 in github.com/bobertlo/go-mpg123

↓ 6 callersMethodstrerror
returns a string containing the most recent error message corresponding to an mpg123 decoder instance
mpg123/mpg123.go:95
↓ 3 callersMethodClose
Close closes an input file if one was opened by mpg123
mpg123/mpg123.go:160
↓ 1 callersMethodDelete
Delete frees an mpg123 decoder instance
mpg123/mpg123.go:89
↓ 1 callersMethodFormat
Format sets the audio output format for decoder
mpg123/mpg123.go:122
↓ 1 callersMethodFormatNone
OUTPUT FORMAT CODE // FormatNone disables all decoder output formats (used to specifying supported formats)
mpg123/mpg123.go:104
↓ 1 callersMethodGetFormat
GetFormat returns current output format
mpg123/mpg123.go:114
↓ 1 callersFunctionNewDecoder
DECODER INSTANCE CODE // NewDecoder creates a new mpg123 decoder instance
mpg123/mpg123.go:67
↓ 1 callersMethodOpen
INPUT AND DECODING CODE // Open initializes a decoder for an mp3 file using a filename
mpg123/mpg123.go:131
↓ 1 callersMethodRead
Read decodes data and into buf and returns number of bytes decoded.
mpg123/mpg123.go:169
MethodFeed
Feed provides data bytes into the decoder
mpg123/mpg123.go:182
MethodFormatAll
FromatAll enables all decoder output formats (this is the default setting)
mpg123/mpg123.go:109
MethodOpenFeed
OpenFeed prepares a decoder for direct feeding via Feed(..)
mpg123/mpg123.go:151
MethodOpenFile
OpenFile binds to an fd from an open *os.File for decoding
mpg123/mpg123.go:142
Functioninit
init initializes the mpg123 library when package is loaded
mpg123/mpg123.go:53
Functionmain
()
examples/mp3dump/mp3dump.go:9