MediaFrameSourceInfo.DeviceInformation Property

Definition

Gets a DeviceInformation object that can be used to access properties of a MediaFrameSource device.

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

Property Value

A DeviceInformation object representing a media frame source.

Applies to