共用方式為


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

要檢查的輸出檔案類型。

傳回

屬性

適用於