C# Class PhotoSharingApp.Universal.Extensions.VideoEncodingPropertiesExtensions

Provides extension methods for the VideoEncodingProperties class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
GetAspectRatio ( double width, double height ) : AspectRatio

Gets the aspect ratio.

GetAspectRatio ( this encodingProperties ) : AspectRatio

Gets the aspect ratio for the given IVideoEncodingProperties instance.

Method Details

GetAspectRatio() public static method

Gets the aspect ratio.
public static GetAspectRatio ( double width, double height ) : AspectRatio
width double The width.
height double The height.
return AspectRatio

GetAspectRatio() public static method

Gets the aspect ratio for the given IVideoEncodingProperties instance.
public static GetAspectRatio ( this encodingProperties ) : AspectRatio
encodingProperties this The encoding properties.
return AspectRatio