次の方法で共有


MediaFrameSourceInfo.DeviceInformation プロパティ

定義

MediaFrameSource デバイスのプロパティにアクセスするために使用できる DeviceInformation オブジェクトを取得します。

public:
 property DeviceInformation ^ DeviceInformation { DeviceInformation ^ get(); };
DeviceInformation DeviceInformation();
public DeviceInformation DeviceInformation { get; }
var deviceInformation = mediaFrameSourceInfo.deviceInformation;
Public ReadOnly Property DeviceInformation As DeviceInformation

プロパティ値

メディア フレーム ソースを表す DeviceInformation オブジェクト。

適用対象