C# Class LongoMatch.Core.Common.VideoStandard

Show file 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 property

public uint Height
return uint

Name public property

public string Name
return string

Width public property

public uint Width
return uint