MediaFrameReference.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 the type of MediaFrameSource from which the referenced frame originated, such as a color, infrared, or custom source.
public:
property MediaFrameSourceKind SourceKind { MediaFrameSourceKind get(); };
MediaFrameSourceKind SourceKind();
public MediaFrameSourceKind SourceKind { get; }
var mediaFrameSourceKind = mediaFrameReference.sourceKind;
Public ReadOnly Property SourceKind As MediaFrameSourceKind
Property Value
The type of media frame source from which the referenced frame originated.