C# 클래스 LongoMatch.Core.Common.VideoStandard

파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height uint
Name string
Width uint

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
VideoStandard ( ) : System
VideoStandard ( string name, uint height, uint width ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

VideoStandard() 공개 메소드

public VideoStandard ( ) : System
리턴 System

VideoStandard() 공개 메소드

public VideoStandard ( string name, uint height, uint width ) : System
name string
height uint
width uint
리턴 System

프로퍼티 상세

Height 공개적으로 프로퍼티

public uint Height
리턴 uint

Name 공개적으로 프로퍼티

public string Name
리턴 string

Width 공개적으로 프로퍼티

public uint Width
리턴 uint