C# Class LongoMatch.Core.Common.VideoStandard

ファイルを表示 Open project: GNOME/longomatch Class Usage Examples

Public Properties

Property Type Description
Height uint
Name string
Width uint

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
VideoStandard ( ) : System
VideoStandard ( string name, uint height, uint width ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

VideoStandard() public method

public VideoStandard ( ) : System
return System

VideoStandard() public method

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

Property Details

Height public_oe property

public uint Height
return uint

Name public_oe property

public string Name
return string

Width public_oe property

public uint Width
return uint