VideoStreamDescriptor.EncodingProperties 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 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.