AVAssetReader.FromAsset(AVAsset, NSError) Method
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.
Factory method to create an AVAssetReader for the specified asset
.
[Foundation.Export("assetReaderWithAsset:error:")]
public static AVFoundation.AVAssetReader FromAsset (AVFoundation.AVAsset asset, out Foundation.NSError error);
static member FromAsset : AVFoundation.AVAsset * -> AVFoundation.AVAssetReader
Parameters
- asset
- AVAsset
- error
- NSError
Returns
- Attributes