共用方式為


AVCaptureVideoDataOutput.MinFrameDuration 屬性

定義

開發人員不應該使用此已被取代的屬性。 開發人員應該改用 'AVCaptureConnection.MinVideoFrameDuration'。

[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

屬性值

屬性

適用於