PHAssetVideoProgressHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate type used with ProgressHandler.
public delegate void PHAssetVideoProgressHandler(double progress, NSError error, out bool stop, NSDictionary info);
type PHAssetVideoProgressHandler = delegate of double * NSError * * NSDictionary -> unit
Parameters
- progress
- Double
- error
- NSError
- stop
- Boolean
- info
- NSDictionary