C# Class LongoMatch.Core.Common.DeviceVideoFormat

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

public int fps_d
return int

fps_n public property

public int fps_n
return int

height public property

public int height
return int

width public property

public int width
return int