次の方法で共有


AVCaptureVideoDataOutput.GetRecommendedVideoSettings(String, String) メソッド

定義

指定したコーデックの種類と出力ファイルの種類に対して推奨される設定を返します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public AVFoundation.AVPlayerItemVideoOutputSettings GetRecommendedVideoSettings (string videoCodecType, string outputFileType);
member this.GetRecommendedVideoSettings : string * string -> AVFoundation.AVPlayerItemVideoOutputSettings

パラメーター

videoCodecType
String

確認するコーデック。

outputFileType
String

確認する出力ファイルの種類。

戻り値

属性

適用対象