AVCaptureMovieFileOutput.SetOutputSettings Method
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.
Sets the output settings for the specified connection
. These settings are used to re-encode data from the connection as it is recorded.
[Foundation.Export("setOutputSettings:forConnection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetOutputSettings (Foundation.NSDictionary outputSettings, AVFoundation.AVCaptureConnection connection);
[Foundation.Export("setOutputSettings:forConnection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetOutputSettings (Foundation.NSDictionary outputSettings, AVFoundation.AVCaptureConnection connection);
abstract member SetOutputSettings : Foundation.NSDictionary * AVFoundation.AVCaptureConnection -> unit
override this.SetOutputSettings : Foundation.NSDictionary * AVFoundation.AVCaptureConnection -> unit
Parameters
- outputSettings
- NSDictionary
- connection
- AVCaptureConnection
- Attributes