次の方法で共有


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 です。

適用対象