MediaStreamSource.VideoProperties Property

Definition

Gets the video properties which are used for video related metadata.

public:
 property VideoProperties ^ VideoProperties { VideoProperties ^ get(); };
VideoProperties VideoProperties();
public VideoProperties VideoProperties { get; }
var videoProperties = mediaStreamSource.videoProperties;
Public ReadOnly Property VideoProperties As VideoProperties

Property Value

The video properties.

Remarks

VideoProperties is a video-oriented view of the MediaStreamSource properties.

Applications are allowed to modify the properties of VideoProperties at any time.

Applications should be aware that there is overlap with MusicProperties. A change to the VideoProperties may modify a similar property in the MusicProperties property, and vice versa.

Applies to