C# Класс PhotoSharingApp.Universal.Extensions.VideoEncodingPropertiesExtensions

Provides extension methods for the VideoEncodingProperties class.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAspectRatio ( double width, double height ) : AspectRatio

Gets the aspect ratio.

GetAspectRatio ( this encodingProperties ) : AspectRatio

Gets the aspect ratio for the given IVideoEncodingProperties instance.

Описание методов

GetAspectRatio() публичный статический Метод

Gets the aspect ratio.
public static GetAspectRatio ( double width, double height ) : AspectRatio
width double The width.
height double The height.
Результат AspectRatio

GetAspectRatio() публичный статический Метод

Gets the aspect ratio for the given IVideoEncodingProperties instance.
public static GetAspectRatio ( this encodingProperties ) : AspectRatio
encodingProperties this The encoding properties.
Результат AspectRatio