次の方法で共有


AVCaptureDevice.ActiveVideoMaxFrameDuration プロパティ

定義

フレームの最大継続時間。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreMedia.CMTime ActiveVideoMaxFrameDuration { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("activeVideoMaxFrameDuration", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setActiveVideoMaxFrameDuration:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ActiveVideoMaxFrameDuration : CoreMedia.CMTime with get, set

プロパティ値

既定値は、構成によって異なります。

属性

注釈

この値は、 に設定することで、現在の構成の既定値に Invalidリセットできます。 この値は、 への SessionPreset変更によって上書きされます。

適用対象