MediaFrameSourceInfo.SourceKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the kind of media frames generated by a MediaFrameSource, such as color, depth, or infrared.
public:
property MediaFrameSourceKind SourceKind { MediaFrameSourceKind get(); };
MediaFrameSourceKind SourceKind();
public MediaFrameSourceKind SourceKind { get; }
var mediaFrameSourceKind = mediaFrameSourceInfo.sourceKind;
Public ReadOnly Property SourceKind As MediaFrameSourceKind
Property Value
A value indicating the kind of media frames generated by a media frame source.