AVCaptureSynchronizedDataCollection.ObjectForKeyedSubscript 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 output that is identified by the specified key
.
[Foundation.Export("objectForKeyedSubscript:")]
[System.Obsolete("Use 'GetSynchronizedData' instead.", false)]
public virtual AVFoundation.AVCaptureSynchronizedData ObjectForKeyedSubscript (AVFoundation.AVCaptureOutput key);
abstract member ObjectForKeyedSubscript : AVFoundation.AVCaptureOutput -> AVFoundation.AVCaptureSynchronizedData
override this.ObjectForKeyedSubscript : AVFoundation.AVCaptureOutput -> AVFoundation.AVCaptureSynchronizedData
Parameters
- key
- AVCaptureOutput
The key for the desired data.
Returns
- Attributes