AVQueuePlayerMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
AVQueuePlayerMBS class
Super class: AVPlayerMBS
AVQueuePlayer is a subclass of AVPlayer you use to play a number of items in sequence.
Subclass of the AVPlayerMBS class.
- 13 properties
- 20 methods
- method addBoundaryTimeObserverForTime(time as CMTimeMBS, tag as variant = nil) as AVPlayerTimeObserverMBS
- method addBoundaryTimeObserverForTimes(times() as CMTimeMBS, tag as Variant = nil) as AVPlayerTimeObserverMBS
- method addLoopTimeObserver(atTime as CMTimeMBS, jumpToTime as CMTimeMBS) as AVPlayerTimeObserverMBS
- method addPeriodicTimeObserverForInterval(interval as CMTimeMBS, tag as Variant = nil) as AVPlayerTimeObserverMBS
- method cancelPendingPrerolls
- method Constructor
- method Constructor(File as folderitem)
- method Constructor(item as AVPlayerItemMBS)
- method Constructor(URL as string)
- method mediaSelectionCriteriaForMediaCharacteristic(mediaCharacteristic as string) as AVPlayerMediaSelectionCriteriaMBS
- method pause
- method play
- method prerollAtRate(rate as Double, tag as Variant)
- method replaceCurrentItemWithPlayerItem(item as AVPlayerItemMBS)
- method seekToDate(date as date, fireEvent as boolean = false, tag as Variant = nil)
- method seekToDate(date as dateTime, fireEvent as boolean = false, tag as variant = nil)
- method seekToTime(time as CMTimeMBS, fireEvent as boolean = false, tag as Variant = nil)
- method seekToTime(time as CMTimeMBS, toleranceBefore as CMTimeMBS, toleranceAfter as CMTimeMBS, fireEvent as boolean = false, tag as Variant = nil)
- method setMediaSelectionCriteria(criteria as AVPlayerMediaSelectionCriteriaMBS, mediaCharacteristic as string)
- method setRate(rate as Double, time as CMTimeMBS, HostTime as CMTimeMBS)
- 5 shared methods
- 6 constants
Actions for the item end Constants
Constant |
Value |
Description |
AVPlayerActionAtItemEndAdvance
|
0 |
Indicates that the player should advance to the next item, if there is one.
|
AVPlayerActionAtItemEndNone
|
2 |
Indicates that the player should do nothing.
|
AVPlayerActionAtItemEndPause
|
1 |
Indicates that the player should pause playing.
|
Status Constants
Constant |
Value |
Description |
AVPlayerStatusFailed
|
2 |
Indicates that the player can no longer play AVPlayerItem instances because of an error.
The error is described by the value of the player's error property.
|
AVPlayerStatusReadyToPlay
|
1 |
Indicates that the player is ready to play AVPlayerItem instances.
|
AVPlayerStatusUnknown
|
0 |
Indicates that the status of the player is not yet known because it has not tried to load new media resources for playback.
|
This class has no sub classes.
Some methods using this class:
Blog Entries
Release notes
The items on this page are in the following plugins: MBS AVFoundation Plugin.
AVPlayerTimeObserverMBS
-
AVRouteDetectorMBS