Documentation ¶
Index ¶
- type Player
- func (p *Player) AudioChannels() int
- func (p *Player) AudioCodecID() string
- func (p *Player) AudioDuration() time.Duration
- func (p *Player) AudioSamplingFrequency() int
- func (p *Player) Draw(screen *ebiten.Image, options *PlayerDrawOptions)
- func (p *Player) Update() error
- func (p *Player) VideoCodecID() string
- func (p *Player) VideoDuration() time.Duration
- func (p *Player) VideoSize() (int, int)
- type PlayerDrawOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Player ¶
type Player struct {
// contains filtered or unexported fields
}
func (*Player) AudioChannels ¶
func (*Player) AudioCodecID ¶
func (*Player) AudioDuration ¶
func (*Player) AudioSamplingFrequency ¶
func (*Player) Draw ¶
func (p *Player) Draw(screen *ebiten.Image, options *PlayerDrawOptions)
func (*Player) VideoCodecID ¶
func (*Player) VideoDuration ¶
type PlayerDrawOptions ¶
type PlayerDrawOptions struct { GeoM ebiten.GeoM ColorScale ebiten.ColorScale Blend ebiten.Blend }
Click to show internal directories.
Click to hide internal directories.