इसके माध्यम से साझा किया गया


VideoStreamDescriptor.EncodingProperties Property

Definition

Gets an object describing the encoding properties for the video stream. These properties include the resolution and frame rate of the video.

public:
 property VideoEncodingProperties ^ EncodingProperties { VideoEncodingProperties ^ get(); };
VideoEncodingProperties EncodingProperties();
public VideoEncodingProperties EncodingProperties { get; }
var videoEncodingProperties = videoStreamDescriptor.encodingProperties;
Public ReadOnly Property EncodingProperties As VideoEncodingProperties

Property Value

The encoding properties on the video stream.

Remarks

If the media pipeline cannot handle the encoding properties, a MediaStreamSource will raise the Closed event which provides information regarding the error.

Applies to