MediaFrameSourceInfo.MediaStreamType Property

Definition

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.

Applies to