Modifica

Share via


AVCaptureSynchronizedDataCollection.ObjectForKeyedSubscript Method

Definition

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

Applies to