VideoMediaFrameFormat.DepthFormat 속성

정의

프레임에 깊이 데이터가 포함된 경우 비디오 미디어 프레임의 깊이 데이터 형식을 설명하는 개체를 가져옵니다.

public:
 property DepthMediaFrameFormat ^ DepthFormat { DepthMediaFrameFormat ^ get(); };
DepthMediaFrameFormat DepthFormat();
public DepthMediaFrameFormat DepthFormat { get; }
var depthMediaFrameFormat = videoMediaFrameFormat.depthFormat;
Public ReadOnly Property DepthFormat As DepthMediaFrameFormat

속성 값

비디오 미디어 프레임의 깊이 데이터 형식을 설명하는 개체입니다.

설명

비디오 미디어 프레임에 깊이 데이터가 없는 경우 이 속성은 null입니다.

적용 대상