AVCaptureVideoDataOutput.MinFrameDuration Property

Definition

Developers should not use this deprecated property. Developers should use 'AVCaptureConnection.MinVideoFrameDuration' instead.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.MinVideoFrameDuration' instead.")]
public virtual CoreMedia.CMTime MinFrameDuration { [Foundation.Export("minFrameDuration")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.MinVideoFrameDuration' instead.")] get; [Foundation.Export("setMinFrameDuration:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVCaptureConnection.MinVideoFrameDuration' instead.")] set; }
member this.MinFrameDuration : CoreMedia.CMTime with get, set

Property Value

Attributes

Applies to