AVCaptureDevice.SetExposureTargetBias(Single, Action<CMTime>) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
노출 대상 바이어스(노출 값 단위로 측정)를 설정합니다.
[Foundation.Export("setExposureTargetBias:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetExposureTargetBias (float bias, Action<CoreMedia.CMTime> completionHandler);
abstract member SetExposureTargetBias : single * Action<CoreMedia.CMTime> -> unit
override this.SetExposureTargetBias : single * Action<CoreMedia.CMTime> -> unit
매개 변수
- bias
- Single
노출 대상에 적용할 바이어스입니다. 값을 지정하지 않고 대신 현재 값을 사용하려는 경우 전달할 ExposureTargetBiasCurrent 수 있습니다.
이 메서드는 바이어스 설정 시 호출됩니다.
메서드는 새 바이어스 CMTime 설정을 받은 첫 번째 샘플 버퍼의 디바이스 클록 타임스탬프가 있는 매개 변수를 받습니다.
타임스탬프를 전달된 AVCaptureVideoDataOutput 버퍼와 비교해야 하는 경우 시간을 마스터 클록으로 변환해야 합니다.
이 매개 변수는 null
일 수 있습니다.
- 특성
설명
이 메서드를 LockForConfiguration(NSError) 호출하기 전에 메서드를 호출해야 합니다.