AVPlayer.Preroll(Single, AVCompletion) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始將媒體載入播放緩衝區。
[Foundation.Export("prerollAtRate:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void Preroll (float rate, AVFoundation.AVCompletion onComplete);
abstract member Preroll : single * AVFoundation.AVCompletion -> unit
override this.Preroll : single * AVFoundation.AVCompletion -> unit
參數
- rate
- Single
播放速率。
- onComplete
- AVCompletion
載入完成時叫用的方法。 載入可能會失敗,因此傳遞的狀態碼會判斷載入失敗。
- 屬性