AVPlayerLooper.FromPlayer 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FromPlayer(AVQueuePlayer, AVPlayerItem) |
AVPlayerLooper从指定的 |
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange) |
AVPlayerLooper从指定的 |
FromPlayer(AVQueuePlayer, AVPlayerItem)
AVPlayerLooper从指定的 player
和 itemToLoop
创建新的 。
[Foundation.Export("playerLooperWithPlayer:templateItem:")]
public static AVFoundation.AVPlayerLooper FromPlayer (AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop);
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem -> AVFoundation.AVPlayerLooper
参数
- player
- AVQueuePlayer
- itemToLoop
- AVPlayerItem
返回
- 属性
适用于
FromPlayer(AVQueuePlayer, AVPlayerItem, CMTimeRange)
AVPlayerLooper从指定的 player
、 itemToLoop
和 loopRange
创建新的 。
[Foundation.Export("playerLooperWithPlayer:templateItem:timeRange:")]
public static AVFoundation.AVPlayerLooper FromPlayer (AVFoundation.AVQueuePlayer player, AVFoundation.AVPlayerItem itemToLoop, CoreMedia.CMTimeRange loopRange);
static member FromPlayer : AVFoundation.AVQueuePlayer * AVFoundation.AVPlayerItem * CoreMedia.CMTimeRange -> AVFoundation.AVPlayerLooper
参数
- player
- AVQueuePlayer
- itemToLoop
- AVPlayerItem
- loopRange
- CMTimeRange
返回
- 属性