AVCaptureConnection.VideoMaxFrameDuration Property
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.
This property is deprecated in iOS 7. The maximum interval allowed between frames.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual CoreMedia.CMTime VideoMaxFrameDuration { [Foundation.Export("videoMaxFrameDuration")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)] get; [Foundation.Export("setVideoMaxFrameDuration:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, null)] set; }
member this.VideoMaxFrameDuration : CoreMedia.CMTime with get, set
Property Value
- Attributes