Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AudioPlayer ¶
type AudioPlayer struct {
// contains filtered or unexported fields
}
func NewAudioPlayer ¶
func NewAudioPlayer() *AudioPlayer
func (*AudioPlayer) Pause ¶
func (ap *AudioPlayer) Pause()
func (*AudioPlayer) Play ¶
func (ap *AudioPlayer) Play(audioData []byte)
func (*AudioPlayer) Resume ¶
func (ap *AudioPlayer) Resume()
func (*AudioPlayer) Stop ¶
func (ap *AudioPlayer) Stop()
func (*AudioPlayer) WaitForCompletion ¶
func (ap *AudioPlayer) WaitForCompletion()
Click to show internal directories.
Click to hide internal directories.