AVCaptureDevice.GetDefaultDevice メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDefaultDevice(AVMediaTypes) |
指定されたメディアの種類の既定のデバイスを返します。 |
GetDefaultDevice(NSString) |
指定されたメディアの種類の既定のデバイスを返します。 |
GetDefaultDevice(AVCaptureDeviceType, String, AVCaptureDevicePosition) |
指定されたデバイスとメディアの種類、および前面または背面の位置の既定のデバイスを返します。 |
GetDefaultDevice(AVMediaTypes)
指定されたメディアの種類の既定のデバイスを返します。
public static AVFoundation.AVCaptureDevice GetDefaultDevice (AVFoundation.AVMediaTypes mediaType);
static member GetDefaultDevice : AVFoundation.AVMediaTypes -> AVFoundation.AVCaptureDevice
パラメーター
- mediaType
- AVMediaTypes
既定のデバイスを取得するメディアの種類。
戻り値
適用対象
GetDefaultDevice(NSString)
指定されたメディアの種類の既定のデバイスを返します。
[Foundation.Export("defaultDeviceWithMediaType:")]
public static AVFoundation.AVCaptureDevice GetDefaultDevice (Foundation.NSString mediaType);
static member GetDefaultDevice : Foundation.NSString -> AVFoundation.AVCaptureDevice
パラメーター
- mediaType
- NSString
既定のデバイスを取得するメディアの種類。
戻り値
- 属性
適用対象
GetDefaultDevice(AVCaptureDeviceType, String, AVCaptureDevicePosition)
指定されたデバイスとメディアの種類、および前面または背面の位置の既定のデバイスを返します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVCaptureDevice GetDefaultDevice (AVFoundation.AVCaptureDeviceType deviceType, string mediaType, AVFoundation.AVCaptureDevicePosition position);
static member GetDefaultDevice : AVFoundation.AVCaptureDeviceType * string * AVFoundation.AVCaptureDevicePosition -> AVFoundation.AVCaptureDevice
パラメーター
- deviceType
- AVCaptureDeviceType
キャプチャに使用するデバイスの種類。
- mediaType
- String
既定のデバイスを取得するメディアの種類。
- position
- AVCaptureDevicePosition
デバイスが前面、背面、または指定されていないかどうか。
戻り値
- 属性