Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVPlayerLooperMBS class.

AVPlayerLooperMBS.error as NSErrorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 22.3 ✅ Yes ❌ No ❌ No ✅ Yes All
If the receiver's status is AVPlayerLooperStatusFailed, this describes the error that caused the failure.

The value of this property is a NSError that describes what caused the receiver to not be able to perform looping playback. If the receiver's status is not AVPlayerLooperStatusFailed, the value of this property is nil.
(Read only property)

AVPlayerLooperMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 22.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal reference object.

(Read only property)

AVPlayerLooperMBS.item as AVPlayerItemMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 22.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The item used.

(Read only property)

AVPlayerLooperMBS.loopCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 22.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Number of times the specified AVPlayerItem has been played.

Starts at 0 and increments when the player starts playback of the AVPlayerItem again.
(Read only property)

AVPlayerLooperMBS.status as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVFoundation MBS AVFoundation Plugin 22.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The ability of the receiver to be used for looping playback.

The value of this property is an AVPlayerLooperStatus that indicates whether the receiver is ready for looping playback. When the value of this property is AVPlayerStatusFailed, the receiver can no longer be used for playback and a new instance needs to be created in its place. When this happens, clients can check the value of the error property to determine the nature of the failure. This property is key value observable.
(Read only property)

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...