PHImageManagerRequestAvAssetHandler 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.
Completion handle for the RequestAvAsset(PHAsset, PHVideoRequestOptions, PHImageManagerRequestAvAssetHandler) method.
public delegate void PHImageManagerRequestAvAssetHandler(AVAsset asset, AVAudioMix audioMix, NSDictionary info);
type PHImageManagerRequestAvAssetHandler = delegate of AVAsset * AVAudioMix * NSDictionary -> unit
Parameters
- asset
- AVAsset
- audioMix
- AVAudioMix
- info
- NSDictionary