Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVPlayerMBS class.

AVPlayerMBS.AVPlayerActionAtItemEndAdvance = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants with actionAtItemEnd to indicate the action a player should take when it finishes playing.

Indicates that the player should advance to the next item, if there is one.

AVPlayerMBS.AVPlayerActionAtItemEndNone = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants with actionAtItemEnd to indicate the action a player should take when it finishes playing.

Indicates that the player should do nothing.

AVPlayerMBS.AVPlayerActionAtItemEndPause = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the constants with actionAtItemEnd to indicate the action a player should take when it finishes playing.

Indicates that the player should pause playing.

AVPlayerMBS.AVPlayerStatusFailed = 2

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the possible values of the status property, to indicate whether it can successfully play items.

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.

AVPlayerMBS.AVPlayerStatusReadyToPlay = 1

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the possible values of the status property, to indicate whether it can successfully play items.

Indicates that the player is ready to play AVPlayerItem instances.

AVPlayerMBS.AVPlayerStatusUnknown = 0

Type Topic Plugin Version
const AVFoundation MBS AVFoundation Plugin 13.2
One of the possible values of the status property, to indicate whether it can successfully play items.

Indicates that the status of the player is not yet known because it has not tried to load new media resources for playback.

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


💬 Ask a question or report a problem
The biggest plugin in space...