VideoEncodingProperties.PixelAspectRatio Property

Definition

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.

Applies to