AVPlayerLooper.FromPlayer Method

Definition

Overloads

FromPlayer(AVQueuePlayer, AVPlayerItem)

[Foundation.Export("playerLooperWithPlayer:templateItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVPlayerLooper FromPlayer(AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop);
[<Foundation.Export("playerLooperWithPlayer:templateItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem -> AVFoundation.AVPlayerLooper

Parameters

player
AVQueuePlayer
itemToLoop
AVPlayerItem

Returns

Attributes

Applies to

FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)

[Foundation.Export("playerLooperWithPlayer:templateItem:timeRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AVFoundation.AVPlayerLooper FromPlayer(AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop, CoreMedia.CMTimeRange loopRange);
[<Foundation.Export("playerLooperWithPlayer:templateItem:timeRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem * CoreMedia.CMTimeRange -> AVFoundation.AVPlayerLooper

Parameters

player
AVQueuePlayer
itemToLoop
AVPlayerItem
loopRange
CMTimeRange

Returns

Attributes

Applies to