PhotoConfirmationCapturedEventArgs.CaptureTimeOffset 속성

정의

캡처가 시작된 시점부터 이벤트와 연결된 프레임의 캡처까지의 시간 오프셋을 가져옵니다.

public:
 property TimeSpan CaptureTimeOffset { TimeSpan get(); };
TimeSpan CaptureTimeOffset();
public System.TimeSpan CaptureTimeOffset { get; }
var timeSpan = photoConfirmationCapturedEventArgs.captureTimeOffset;
Public ReadOnly Property CaptureTimeOffset As TimeSpan

속성 값

캡처가 시작된 시점부터 이벤트와 연결된 프레임의 캡처까지의 시간 오프셋입니다.

적용 대상