共用方式為


PHAssetVideoProgressHandler 代理人

定義

搭配 ProgressHandler 使用的委派類型。

public delegate void PHAssetVideoProgressHandler(double progress, NSError error, out bool stop, NSDictionary info);
type PHAssetVideoProgressHandler = delegate of double * NSError *  * NSDictionary -> unit

參數

progress
Double
error
NSError
stop
Boolean

適用於