MediaFrameSourceInfo.MediaStreamType 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 stream type of a MediaFrameSource, such as photo, video, or audio.
public:
property MediaStreamType MediaStreamType { MediaStreamType get(); };
MediaStreamType MediaStreamType();
public MediaStreamType MediaStreamType { get; }
var mediaStreamType = mediaFrameSourceInfo.mediaStreamType;
Public ReadOnly Property MediaStreamType As MediaStreamType
Property Value
A value indicating the stream type of a media frame source.