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


AVCaptureVideoDataOutput.GetAvailableVideoCodecTypes(String) Метод

Определение

Возвращает массив доступных типов кодека для указанного выходного типа.

[Foundation.Export("availableVideoCodecTypesForAssetWriterWithOutputFileType:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] GetAvailableVideoCodecTypes (string outputFileType);
abstract member GetAvailableVideoCodecTypes : string -> string[]
override this.GetAvailableVideoCodecTypes : string -> string[]

Параметры

outputFileType
String

Проверяемый тип выходного файла.

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

String[]
Атрибуты

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