Поделиться через


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

Тип выходного файла для проверки.

Возвращаемое значение

Атрибуты

Применяется к