Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaEncodingProfile.Video 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 or sets the encoding properties for the video stream.

public:
 property VideoEncodingProperties ^ Video { VideoEncodingProperties ^ get(); void set(VideoEncodingProperties ^ value); };
VideoEncodingProperties Video();

void Video(VideoEncodingProperties value);
public VideoEncodingProperties Video { get; set; }
var videoEncodingProperties = mediaEncodingProfile.video;
mediaEncodingProfile.video = videoEncodingProperties;
Public Property Video As VideoEncodingProperties

Property Value

The encoding properties of the video stream. If the profile does not contain a video stream, the value is null.

Applies to


Feedback

Was this page helpful?