C# Class LongoMatch.Core.Common.DeviceVideoFormat

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

Public Properties

Property Type Description
fps_d int
fps_n int
height int
width int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

fps_d public_oe property

public int fps_d
return int

fps_n public_oe property

public int fps_n
return int

height public_oe property

public int height
return int

width public_oe property

public int width
return int