AVCaptureDevice.DevicesWithMediaType(String) 메서드

정의

를 캡처mediaType할 수 있는 사용 가능한 AVCaptureDevice의 배열입니다.

[Foundation.Export("devicesWithMediaType:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'AVCaptureDeviceDiscoverySession' instead.")]
public static AVFoundation.AVCaptureDevice[] DevicesWithMediaType (string mediaType);
static member DevicesWithMediaType : string -> AVFoundation.AVCaptureDevice[]

매개 변수

mediaType
String

반환

특성

적용 대상