AVCaptureSynchronizedDataCollection.From(AVCaptureOutput) 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.
Caution
Use 'GetSynchronizedData' instead.
Returns the data from the specified output.
[System.Obsolete("Use 'GetSynchronizedData' instead.", false)]
public virtual AVFoundation.AVCaptureSynchronizedData From (AVFoundation.AVCaptureOutput captureOutput);
abstract member From : AVFoundation.AVCaptureOutput -> AVFoundation.AVCaptureSynchronizedData
override this.From : AVFoundation.AVCaptureOutput -> AVFoundation.AVCaptureSynchronizedData
Parameters
- captureOutput
- AVCaptureOutput
Tthe capture output from which to create and return the synchronized data.
Returns
- Attributes