Documentation
¶
Rendered for darwin/amd64
Index ¶
- type AVAsset
- type AVPlayer
- func (p AVPlayer) CurrentItem() (item AVPlayerItem)
- func (p AVPlayer) CurrentTime() (time CMTime)
- func (p AVPlayer) Init() AVPlayer
- func (p AVPlayer) InitWithPlayerItem(item AVPlayerItem) AVPlayer
- func (p AVPlayer) Pause()
- func (p AVPlayer) Play()
- func (p AVPlayer) ReplaceCurrentItemWithPlayerItem(item AVPlayerItem)
- func (p AVPlayer) SeekToTime(time CMTime)
- func (p AVPlayer) SetActionAtItemEnd(value core.NSInteger)
- func (p AVPlayer) SetVolume(value float32)
- type AVPlayerItem
- type CMTime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AVPlayer ¶
func AVPlayer_alloc ¶
func AVPlayer_alloc() AVPlayer
func (AVPlayer) CurrentItem ¶
func (p AVPlayer) CurrentItem() (item AVPlayerItem)
func (AVPlayer) CurrentTime ¶
func (AVPlayer) InitWithPlayerItem ¶
func (p AVPlayer) InitWithPlayerItem(item AVPlayerItem) AVPlayer
func (AVPlayer) ReplaceCurrentItemWithPlayerItem ¶
func (p AVPlayer) ReplaceCurrentItemWithPlayerItem(item AVPlayerItem)
func (AVPlayer) SeekToTime ¶
func (AVPlayer) SetActionAtItemEnd ¶
type AVPlayerItem ¶
func AVPlayerItem_playerItemWithURL ¶
func AVPlayerItem_playerItemWithURL(url core.NSURL) AVPlayerItem
func (AVPlayerItem) Asset ¶
func (i AVPlayerItem) Asset() (asset AVAsset)
func (AVPlayerItem) Duration ¶
func (i AVPlayerItem) Duration() (time CMTime)
Click to show internal directories.
Click to hide internal directories.