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