Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PlaybackTime ¶ added in v0.6.13
type PlaybackTime struct {
// contains filtered or unexported fields
}
func NewPlaybackTime ¶ added in v0.6.13
func NewPlaybackTime() *PlaybackTime
func (*PlaybackTime) GetPlayTime ¶ added in v0.6.13
func (f *PlaybackTime) GetPlayTime() *int64
func (*PlaybackTime) PausePlayTime ¶ added in v0.6.13
func (f *PlaybackTime) PausePlayTime()
func (*PlaybackTime) ResetPlayTime ¶ added in v0.6.13
func (f *PlaybackTime) ResetPlayTime()
func (*PlaybackTime) ResumePlayTime ¶ added in v0.6.13
func (f *PlaybackTime) ResumePlayTime()
Click to show internal directories.
Click to hide internal directories.