VideoEncodingProperties.PixelAspectRatio 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 pixel aspect ratio.
public:
property MediaRatio ^ PixelAspectRatio { MediaRatio ^ get(); };
MediaRatio PixelAspectRatio();
public MediaRatio PixelAspectRatio { get; }
var mediaRatio = videoEncodingProperties.pixelAspectRatio;
Public ReadOnly Property PixelAspectRatio As MediaRatio
Property Value
The pixel aspect ratio.
Remarks
The pixel aspect ratio describes the shape of the pixels in the displayed video image. For square pixels, the pixel aspect ratio is 1:1.