VideoStreamConfiguration.OutputProperties 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 VideoEncodingProperties object representing an video stream output configuration.
public:
property VideoEncodingProperties ^ OutputProperties { VideoEncodingProperties ^ get(); };
VideoEncodingProperties OutputProperties();
public VideoEncodingProperties OutputProperties { get; }
var videoEncodingProperties = videoStreamConfiguration.outputProperties;
Public ReadOnly Property OutputProperties As VideoEncodingProperties
Property Value
A VideoEncodingProperties object representing an video stream output configuration.