C# 클래스 PhotoSharingApp.Universal.Extensions.VideoEncodingPropertiesExtensions

Provides extension methods for the VideoEncodingProperties class.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
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